Browse Source

成绩录入 考试标题 必填

zhuth 6 years ago
parent
commit
cc2af7ef1d
1 changed files with 2 additions and 1 deletions
  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',
                 xtype: 'textfield',
                 name: 'si_examtitle',
                 name: 'si_examtitle',
-                fieldLabel: '考试标题'
+                fieldLabel: '考试标题',
+                allowBlank: false
             }, {
             }, {
                 xtype: 'datefield',
                 xtype: 'datefield',
                 name: 'si_examdate',
                 name: 'si_examdate',