From 4983abda27a10440ed6e9d5d45849f499b0f6f25 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 25 十月 2023 11:35:19 +0800 Subject: [PATCH] modified: src/views/basic/company/company-form.vue modified: src/views/basic/part/index.vue modified: src/views/basic/part/part-form.vue modified: src/views/common/operationParamTemplate.vue modified: src/views/common/rich-text.vue modified: src/views/technology/document/document-form.vue modified: src/views/technology/document/index.vue modified: src/views/technology/operation/index.vue modified: src/views/technology/operation/operation-form.vue modified: src/views/technology/routing/index.vue modified: src/views/technology/routing/routing-form.vue modified: src/views/technology/structure/index.vue modified: src/views/technology/structure/single-structure-form.vue --- src/views/technology/operation/index.vue | 116 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 58 insertions(+), 58 deletions(-) diff --git a/src/views/technology/operation/index.vue b/src/views/technology/operation/index.vue index b3cac78..8d06f7e 100644 --- a/src/views/technology/operation/index.vue +++ b/src/views/technology/operation/index.vue @@ -85,15 +85,15 @@ searchInfoType: 'text' }, // 闆朵欢鏃� - { - minWidth: '120', - prop: 'partFamilyName', - label: '闆朵欢鏃�', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'partFamilyName', + // label: '闆朵欢鏃�', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 宸ヤ綔涓績 { minWidth: '120', @@ -109,25 +109,25 @@ } }, // 鏈哄櫒杩愯浆鍥犵礌 - { - minWidth: '120', - prop: 'machRunFactor', - label: '鏈哄櫒杩愯浆鍥犵礌', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'machRunFactor', + // label: '鏈哄櫒杩愯浆鍥犵礌', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鏈哄櫒璁剧疆鏃堕棿 - { - minWidth: '120', - prop: 'machSetupTime', - label: '鏈哄櫒璁剧疆鏃堕棿', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'machSetupTime', + // label: '鏈哄櫒璁剧疆鏃堕棿', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 浜哄伐绫诲埆 { minWidth: '120', @@ -143,39 +143,39 @@ } }, // 鍔冲姏杩愯浆鍥犵礌 - { - minWidth: '120', - prop: 'laborRunFactor', - label: '鍔冲姏杩愯浆鍥犵礌', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'laborRunFactor', + // label: '鍔冲姏杩愯浆鍥犵礌', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鍔冲姏璁剧疆鏃堕棿 - { - minWidth: '120', - prop: 'laborSetupTime', - label: '鍔冲姏璁剧疆鏃堕棿', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, + // { + // minWidth: '120', + // prop: 'laborSetupTime', + // label: '鍔冲姏璁剧疆鏃堕棿', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'text' + // }, // 鍥犵礌鍗曚綅 - { - minWidth: '120', - prop: 'runTimeCodeDb', - label: '鍥犵礌鍗曚綅', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'select', - formatter: this.formatRunTimeCodeDbType, - optList: () => { - return this.runTimeCodeDbTypeOptions - } - }, + // { + // minWidth: '120', + // prop: 'runTimeCodeDb', + // label: '鍥犵礌鍗曚綅', + // sort: true, + // isTrue: true, + // isSearch: true, + // searchInfoType: 'select', + // formatter: this.formatRunTimeCodeDbType, + // optList: () => { + // return this.runTimeCodeDbTypeOptions + // } + // }, // 鐝粍浜哄憳 { minWidth: '120', -- Gitblit v1.9.3