From 903bb8d670d446863175bbda40d5a1729ffbe570 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sat, 6 Sep 2025 18:08:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../person-entry/config.js | 30 +++++++++---------- .../person-exit/config.js | 26 ++++++++-------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/views/construction-person/entry-and-exit-manage/person-entry/config.js b/src/views/construction-person/entry-and-exit-manage/person-entry/config.js index 22e2efc..c63f209 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-entry/config.js +++ b/src/views/construction-person/entry-and-exit-manage/person-entry/config.js @@ -13,13 +13,13 @@ export const formLabel = [ f_width: '180px', isShow: false, // 是否展示label }, - // { - // f_label: '联系方式', - // f_model: 'phone', - // f_type: 'ipt', - // f_width: '180px', - // isShow: false, // 是否展示label - // }, + { + f_label: '联系方式', + f_model: 'phone', + f_type: 'ipt', + f_width: '180px', + isShow: false, // 是否展示label + }, { f_label: '工程', f_model: 'proId', @@ -28,14 +28,14 @@ export const formLabel = [ isShow: false, // 是否展示label f_selList: [], // 工程列表 }, - // { - // f_label: '工种', - // f_model: 'postId', - // f_type: 'sel', - // f_width: '180px', - // isShow: false, // 是否展示label - // f_selList: [], // 工种列表 - // }, + { + f_label: '工种', + f_model: 'postId', + f_type: 'sel', + f_width: '180px', + isShow: false, // 是否展示label + f_selList: [], // 工种列表 + }, { f_label: '分包', f_model: 'subId', diff --git a/src/views/construction-person/entry-and-exit-manage/person-exit/config.js b/src/views/construction-person/entry-and-exit-manage/person-exit/config.js index 3336667..41b0466 100644 --- a/src/views/construction-person/entry-and-exit-manage/person-exit/config.js +++ b/src/views/construction-person/entry-and-exit-manage/person-exit/config.js @@ -11,12 +11,12 @@ export const formLabel = [ f_type: 'ipt', isShow: false, // 是否展示label }, - { - f_label: '联系方式', - f_model: 'phone', - f_type: 'ipt', - isShow: false, // 是否展示label - }, + // { + // f_label: '联系方式', + // f_model: 'phone', + // f_type: 'ipt', + // isShow: false, // 是否展示label + // }, { f_label: '选择工程', f_model: 'proId', @@ -24,13 +24,13 @@ export const formLabel = [ isShow: false, // 是否展示label f_selList: [], }, - { - f_label: '选择工种', - f_model: 'postId', - f_type: 'sel', - isShow: false, // 是否展示label - f_selList: [], - }, + // { + // f_label: '选择工种', + // f_model: 'postId', + // f_type: 'sel', + // isShow: false, // 是否展示label + // f_selList: [], + // }, { f_label: '选择分包', f_model: 'subId',