浏览代码

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

zhuth 6 年之前
父节点
当前提交
ffe1044b3a
共有 1 个文件被更改,包括 4 次插入1 次删除
  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',