Эх сурвалжийг харах

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

zhuth 6 жил өмнө
parent
commit
ffe1044b3a

+ 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',