Browse Source

学校通知最大长度改为5000

zhuth 6 years ago
parent
commit
de676bc9e2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frontend/pc-web/app/view/Interaction/notice/SchoolNotice.js

+ 2 - 1
frontend/pc-web/app/view/Interaction/notice/SchoolNotice.js

@@ -72,7 +72,8 @@ Ext.define('school.view.interaction.notice.SchoolNotice', {
                 fieldLabel: "内容",
                 fieldLabel: "内容",
                 height: 300,
                 height: 300,
                 columnWidth: 1,
                 columnWidth: 1,
-                allowBlank: false
+                allowBlank: false,
+                maxLength: 5000
             }, {
             }, {
                 xtype: 'mfilefield',
                 xtype: 'mfilefield',
                 name: 'notify_files',
                 name: 'notify_files',