111
This commit is contained in:
@@ -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: "身份证",
|
||||
|
||||
Reference in New Issue
Block a user