소스 검색

importbutton

zhuth 7 년 전
부모
커밋
d7fc482a2b

+ 1 - 1
frontend/pc-web/app/view/basic/class/ClassInfo.js

@@ -75,7 +75,7 @@ Ext.define('school.view.basic.class.ClassInfo', {
                     }]
                 }],
                 bbar: ['->', {
-                    xtype: 'importButton',
+                    xtype: 'importbutton',
                     width: '100%',
                     text: '导入',
                     caller: 'GradeAndCLass',

+ 1 - 1
frontend/pc-web/app/view/basic/staff/StaffList.js

@@ -44,7 +44,7 @@ Ext.define('school.view.basic.staff.StaffList', {
                 },
                 hiddenTools: false,
                 toolBtns: [{
-                    xtype: 'importButton',
+                    xtype: 'importbutton',
                     belong: me,
                     caller: me.caller,
                     pathKey: me.pathKey,

+ 1 - 1
frontend/pc-web/app/view/basic/student/StudentList.js

@@ -52,7 +52,7 @@ Ext.define('school.view.basic.student.StudentList', {
                 },
                 hiddenTools: false,
                 toolBtns: [{
-                    xtype: 'importButton',
+                    xtype: 'importbutton',
                     belong: me,
                     caller: me.caller,
                     pathKey: me.pathKey,

+ 1 - 1
frontend/pc-web/app/view/core/button/import/Button.js

@@ -1,6 +1,6 @@
 Ext.define('school.view.core.button.import.Button', {
     extend: 'Ext.button.Button',
-    xtype: 'importButton',
+    xtype: 'importbutton',
 
     text: '导入',