@@ -123,18 +123,14 @@ Ext.define('school.view.basic.staff.StaffDetail', {
allowEmpty: true,
showCount: false,
columns: [{
- text: '任课班级',
- dataIndex: 'clazz_id',
- hidden: true
+ text: '任课年级',
+ dataIndex: 'grade',
}, {
text: '任课班级',
- dataIndex: 'clazz_name',
- editor: {
- xtype: 'textfield'
- }
+ dataIndex: 'classes'
text: '科目',
- dataIndex: 'kemu'
+ dataIndex: 'subject'
}]
}],
});
@@ -179,6 +179,7 @@ $menu-body-background-color: #65678C;
margin: 6px;
display: flex;
align-content: space-between;
+ outline: none !important;
.item-text {
color: #eeeef2;