From 820e0a3ba5a1cb735c85a82d5ee5855dfd7afd60 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期二, 05 十二月 2023 13:05:42 +0800 Subject: [PATCH] 修复工艺bug --- src/views/technology/operation/index.vue | 28 ++++++++++++++-------------- 1 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/technology/operation/index.vue b/src/views/technology/operation/index.vue index 2aa2d7c..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', @@ -186,19 +186,19 @@ // 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: 'outsideOpItem', + // label: '澶栭儴宸ュ簭椤圭洰', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'select', + // formatter: this.formatOutsideOpItem, + // optList: () => { + // return this.outsideOpItemOptions + // } + // }, // 澶囨敞 { minWidth: '120', -- Gitblit v1.9.3