111
This commit is contained in:
@@ -272,29 +272,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",
|
||||
@@ -313,18 +295,21 @@ export default {
|
||||
},
|
||||
{
|
||||
label: "姓别",
|
||||
prop: "AAC004",
|
||||
// search: true,
|
||||
span: 24,
|
||||
prop: "aac004",
|
||||
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: "身份证",
|
||||
@@ -359,6 +344,10 @@ export default {
|
||||
label: "dictValue",
|
||||
value: "dictValue",
|
||||
},
|
||||
props: {
|
||||
label: "dictValue",
|
||||
value: "dictKey",
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
@@ -422,24 +411,6 @@ export default {
|
||||
{required: true, message: "请输入经办时间", trigger: "blur"},
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "用户类型",
|
||||
prop: "userId",
|
||||
type: "select",
|
||||
dicData: [
|
||||
{
|
||||
value: "0",
|
||||
label: "未注册用户",
|
||||
},
|
||||
{
|
||||
value: "1",
|
||||
label: "已注册用户",
|
||||
},
|
||||
],
|
||||
display: false,
|
||||
hide: true,
|
||||
// search: true
|
||||
},
|
||||
{
|
||||
label: "分组",
|
||||
prop: "groupId",
|
||||
@@ -474,12 +445,6 @@ export default {
|
||||
formslot: true,
|
||||
span: 24,
|
||||
},
|
||||
// {
|
||||
// label: "简历",
|
||||
// prop: "resume",
|
||||
// slot: true,
|
||||
// display: false
|
||||
// },
|
||||
{
|
||||
label: "备注",
|
||||
prop: "remarks",
|
||||
|
||||
Reference in New Issue
Block a user