@@ -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",