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',