From c1c20fe004cd930a95eb5758f927e6ab178799e9 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 13 十一月 2023 11:56:26 +0800 Subject: [PATCH] modified: src/views/basic/crew/index.vue modified: src/views/basic/part/index.vue modified: src/views/common/part.vue modified: src/views/technology/operation/index.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/admin/user/index.vue --- 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