From 221cc610f407b71973013de281fd19f7fc909e52 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 19 十二月 2023 10:44:08 +0800
Subject: [PATCH] modified: src/const/crud/customerOrder/customerOrderForm.js
---
src/views/technology/operation/index.vue | 46 +++++++++++++++++++++++-----------------------
1 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/src/views/technology/operation/index.vue b/src/views/technology/operation/index.vue
index 8d06f7e..70e46eb 100644
--- a/src/views/technology/operation/index.vue
+++ b/src/views/technology/operation/index.vue
@@ -35,7 +35,7 @@
multipleSelection: [],
uploadInfo: {
// 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl
- isShow: true,
+ isShow: false,
url: '/mes/operation/excel/upload'
},
prelang: 'operation',
@@ -177,28 +177,28 @@
// }
// },
// 鐝粍浜哄憳
- {
- minWidth: '120',
- prop: 'crewSize',
- label: '鐝粍浜哄憳',
- sort: true,
- isTrue: true,
- isSearch: true,
- searchInfoType: 'text'
- },
- {
- minWidth: '120',
- prop: 'outsideOpItem',
- label: '澶栭儴宸ュ簭椤圭洰',
- sort: true,
- isTrue: true,
- isSearch: true,
- searchInfoType: 'select',
- formatter: this.formatOutsideOpItem,
- optList: () => {
- return this.outsideOpItemOptions
- }
- },
+ // {
+ // minWidth: '120',
+ // prop: 'crewSize',
+ // label: '鐝粍浜哄憳',
+ // sort: true,
+ // isTrue: true,
+ // isSearch: true,
+ // searchInfoType: 'text'
+ // },
+ // {
+ // minWidth: '120',
+ // prop: 'outsideOpItem',
+ // label: '澶栭儴宸ュ簭椤圭洰',
+ // sort: true,
+ // isTrue: true,
+ // isSearch: true,
+ // searchInfoType: 'select',
+ // formatter: this.formatOutsideOpItem,
+ // optList: () => {
+ // return this.outsideOpItemOptions
+ // }
+ // },
// 澶囨敞
{
minWidth: '120',
--
Gitblit v1.9.3