This commit is contained in:
BianLzhaoMin 2025-09-06 18:08:08 +08:00
parent 303f06d265
commit 903bb8d670
2 changed files with 28 additions and 28 deletions

View File

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

View File

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