From dc9368ed1c6452dcaf8fb005d381977fd8b99dd9 Mon Sep 17 00:00:00 2001 From: 王震 <10952869+daywangzhen@user.noreply.gitee.com> Date: 星期三, 25 十月 2023 10:58:48 +0800 Subject: [PATCH] 改 --- src/views/technology/routing/index.vue | 102 +++++++++++++++++++++++++------------------------- 1 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/views/technology/routing/index.vue b/src/views/technology/routing/index.vue index 4354cf2..d3bde09 100644 --- a/src/views/technology/routing/index.vue +++ b/src/views/technology/routing/index.vue @@ -280,61 +280,61 @@ } }, // 閫愭閲囩敤鏃ユ湡 - { - minWidth: '200', - prop: 'phaseInDate', - label: '閫愭閲囩敤鏃ユ湡', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'datetimerange' - }, + // { + // minWidth: '200', + // prop: 'phaseInDate', + // label: '閫愭閲囩敤鏃ユ湡', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'datetimerange' + // }, // 閫愭娣樻卑鏃ユ湡 - { - minWidth: '200', - prop: 'phaseOutDate', - label: '閫愭娣樻卑鏃ユ湡', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'datetimerange' - }, + // { + // minWidth: '200', + // prop: 'phaseOutDate', + // label: '閫愭娣樻卑鏃ユ湡', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'datetimerange' + // }, // 鏇夸唬 - { - minWidth: '120', - prop: 'alternativeNo', - label: '鏇夸唬', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'alternativeNo', + // label: '鏇夸唬', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鏇夸唬鎻忚堪 - { - minWidth: '120', - prop: 'alternativeDesc', - label: '鏇夸唬鎻忚堪', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'alternativeDesc', + // label: '鏇夸唬鎻忚堪', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鏄惁宸插悓姝ヨ嚦IFS - { - minWidth: '120', - prop: 'ifsSync', - label: '宸插悓姝ヨ嚦IFS', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'select', - optList: () => { - return this.getIfsSyncOptionList() - }, - formatter: (row, column, cellValue) => { - return cellValue == true ? '鏄�' : '鍚�' - } - }, + // { + // minWidth: '120', + // prop: 'ifsSync', + // label: '宸插悓姝ヨ嚦IFS', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'select', + // optList: () => { + // return this.getIfsSyncOptionList() + // }, + // formatter: (row, column, cellValue) => { + // return cellValue == true ? '鏄�' : '鍚�' + // } + // }, // 鏇存柊鏃堕棿 { minWidth: '200', -- Gitblit v1.9.3