Sfoglia il codice sorgente

教师明细界面从表字段调整

zhuth 6 anni fa
parent
commit
867c57dd7c

+ 4 - 8
frontend/pc-web/app/view/basic/staff/StaffDetail.js

@@ -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'
                 }]
             }],
         });

+ 1 - 0
frontend/pc-web/app/view/main/Navigation.scss

@@ -179,6 +179,7 @@ $menu-body-background-color: #65678C;
                     margin: 6px;
                     display: flex;
                     align-content: space-between;
+                    outline: none !important;
 
                     .item-text {
                         color: #eeeef2;