فهرست منبع

学校通知最大长度改为5000

zhuth 7 سال پیش
والد
کامیت
de676bc9e2
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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',