diff --git a/hx-op/src/view/organizationManage/enterpriseManage/config.ts b/hx-op/src/view/organizationManage/enterpriseManage/config.ts index 1cbda4b..592d7a3 100644 --- a/hx-op/src/view/organizationManage/enterpriseManage/config.ts +++ b/hx-op/src/view/organizationManage/enterpriseManage/config.ts @@ -329,22 +329,26 @@ export const tableConfig = ({ field: 'orgCode', label: '组织ID', component: 'NsInput', + componentProps: { placeholder: '请输入组织ID' }, }, { field: 'cliqueName', label: '集团名称', component: 'NsInput', + componentProps: { placeholder: '请输入集团名称' }, }, { field: 'orgName', label: '组织名称', component: 'NsInput', + componentProps: { placeholder: '请输入组织名称' }, }, { field: 'status', label: '状态', component: 'NsSelect', componentProps: { + placeholder: '请选择状态', options: [ { label: '正常', @@ -363,7 +367,7 @@ export const tableConfig = ({ component: 'NsCascader', fieldMap: ['province', 'city', 'county'], componentProps: { - placeholder: '请选择', + placeholder: '请选择省市区', api: enterPrise.getArea, fieldNames: { label: 'regionName', value: 'regionName' }, showSearch: true,