This commit is contained in:
18500206848
2024-05-08 23:20:10 +08:00
parent c68d4461ac
commit 0d89918876
3 changed files with 20 additions and 70 deletions

View File

@@ -274,29 +274,11 @@ export default {
props: {
label: "title",
},
hide: true,
checkStrictly: true,
span: 24,
search: true,
change: this.deptChange
},
{
label: "机构名称",
prop: "companyName",
// search: true,
// span: 24,
// rules: [
// {
// required: true,
// whitespace: true,
// message: "请输入街道名称",
// trigger: "blur",
// },
// ],
// slot: true,
addDisplay: false,
// hide: true
},
{
label: "姓名",
prop: "name",
@@ -316,17 +298,20 @@ export default {
{
label: "姓别",
prop: "aac004",
// search: true,
span: 24,
type: 'select',
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC004",
props: {
label: "dictValue",
value: "dictValue",
},
rules: [
{
required: true,
whitespace: true,
message: "请输入性别",
trigger: "blur",
},
],
slot: true
span: 24,
},
{
label: "身份证",