Explorar el Código

成绩录入 考试标题 必填

zhuth hace 7 años
padre
commit
cc2af7ef1d
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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',