|
@@ -258,22 +258,22 @@
|
|
|
search: true,
|
|
|
refresh: true
|
|
|
},
|
|
|
- customTools: [
|
|
|
- {
|
|
|
- name: '注册', icon: 'el-icon-plus', audit: [''], event: {
|
|
|
- click: () => {
|
|
|
- (this as any).onAdd2();
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- name: '删除', icon: 'el-icon-delete', audit: [''], event: {
|
|
|
- click: () => {
|
|
|
- (this as any).onDelete('moduleView2', 'maindataStoringLocation')
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
- ]
|
|
|
+ // customTools: [
|
|
|
+ // {
|
|
|
+ // name: '注册', icon: 'el-icon-plus', audit: [''], event: {
|
|
|
+ // click: () => {
|
|
|
+ // (this as any).onAdd2();
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // name: '删除', icon: 'el-icon-delete', audit: [''], event: {
|
|
|
+ // click: () => {
|
|
|
+ // (this as any).onDelete('moduleView2', 'maindataStoringLocation')
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+ // },
|
|
|
+ // ]
|
|
|
},
|
|
|
table: {
|
|
|
attr: {
|