Browse Source

成绩录入 考试标题 必填

zhuth 6 năm trước cách đây
mục cha
commit
cc2af7ef1d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      frontend/pc-web/app/view/Interaction/score/Detail.js

+ 2 - 1
frontend/pc-web/app/view/Interaction/score/Detail.js

@@ -27,7 +27,8 @@ Ext.define('school.view.interaction.score.Detail', {
             }, {
                 xtype: 'textfield',
                 name: 'si_examtitle',
-                fieldLabel: '考试标题'
+                fieldLabel: '考试标题',
+                allowBlank: false
             }, {
                 xtype: 'datefield',
                 name: 'si_examdate',