Browse Source

学校ID显示

zhuth 6 years ago
parent
commit
c5ce17d5bb
1 changed files with 4 additions and 3 deletions
  1. 4 3
      frontend/pc-web/app/view/basic/school/SchoolInfo.js

+ 4 - 3
frontend/pc-web/app/view/basic/school/SchoolInfo.js

@@ -40,11 +40,12 @@ Ext.define('school.view.basic.school.SchoolInfo', {
                 }, '->'],
             }],
             items: [{
-                xtype: 'hidden',
+                xtype: 'textfield',
                 name: 'school_id',
                 bind: '{schoolId}',
-                fieldLabel: 'id',
-                columnWidth: 1
+                fieldLabel: '学校ID',
+                columnWidth: 1,
+                readOnly: true
             }, {
                 xtype: "textfield",
                 name: "school_name",