@@ -75,7 +75,7 @@ Ext.define('school.view.basic.class.ClassInfo', {
}]
}],
bbar: ['->', {
- xtype: 'importButton',
+ xtype: 'importbutton',
width: '100%',
text: '导入',
caller: 'GradeAndCLass',
@@ -44,7 +44,7 @@ Ext.define('school.view.basic.staff.StaffList', {
},
hiddenTools: false,
toolBtns: [{
belong: me,
caller: me.caller,
pathKey: me.pathKey,
@@ -52,7 +52,7 @@ Ext.define('school.view.basic.student.StudentList', {
@@ -1,6 +1,6 @@
Ext.define('school.view.core.button.import.Button', {
extend: 'Ext.button.Button',