Explorar o código

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

zhuth %!s(int64=7) %!d(string=hai) anos
pai
achega
ffe1044b3a
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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',