From aae7cc89326db4c5c1b7cb2deea0ed0e7fde6906 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 16 十一月 2023 09:25:07 +0800 Subject: [PATCH] modified: src/views/plan/customerorder/schedule-table.vue --- src/views/technology/structure/index.vue | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/technology/structure/index.vue b/src/views/technology/structure/index.vue index d3a6693..996ffb6 100644 --- a/src/views/technology/structure/index.vue +++ b/src/views/technology/structure/index.vue @@ -185,19 +185,19 @@ searchInfoType: 'text' }, // 缁撴瀯绫诲瀷 - { - minWidth: '120', - prop: 'bomTypeDb', - label: '缁撴瀯绫诲瀷', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'select', - formatter: this.formatBomTypeDbType, - optList: () => { - return this.bomTypeDbOptions - } - }, + // { + // minWidth: '120', + // prop: 'bomTypeDb', + // label: '缁撴瀯绫诲瀷', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'select', + // formatter: this.formatBomTypeDbType, + // optList: () => { + // return this.bomTypeDbOptions + // } + // }, // 鏇夸唬 // { // minWidth: '120', -- Gitblit v1.9.3