Sfoglia il codice sorgente

学生信息--学生编号可以编辑

zhuth 6 anni fa
parent
commit
ffe1044b3a
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      frontend/pc-web/app/view/Interaction/score/Detail.js

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

@@ -75,7 +75,10 @@ Ext.define('school.view.interaction.score.Detail', {
                     hidden: true
                 }, {
                     text: '学生编号',
-                    dataIndex: 'sd_stuNumber'
+                    dataIndex: 'sd_stuNumber',
+                    editor: {
+                        xtype: 'textfield'
+                    }
                 }, {
                     text: '姓名',
                     dataIndex: 'sd_stu',