Quellcode durchsuchen

仓库仓位优化

hcf vor 1 Jahr
Ursprung
Commit
f44ec535ad
1 geänderte Dateien mit 16 neuen und 16 gelöschten Zeilen
  1. 16 16
      src/views/audit/depots/index.vue

+ 16 - 16
src/views/audit/depots/index.vue

@@ -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: {