flat: 经办时间

This commit is contained in:
Apcallover
2024-05-10 14:26:35 +08:00
parent 650d969ba4
commit 5f1c2f1a7d
3 changed files with 9 additions and 15 deletions

View File

@@ -137,9 +137,6 @@ let leftUserOptions = {
}, { }, {
label: "文化程度", label: "文化程度",
prop: "aac011", prop: "aac011",
}, {
label: "经办时间",
prop: "aae036",
}, { }, {
label: '个人标签', label: '个人标签',
prop: 'labelsBase', prop: 'labelsBase',

View File

@@ -402,15 +402,15 @@ export default {
], ],
span: 24, span: 24,
}, },
{ // {
label: "经办时间", // label: "经办时间",
prop: "aae036", // prop: "aae036",
display: false, // display: false,
span: 24, // span: 24,
rules: [ // rules: [
{required: true, message: "请输入经办时间", trigger: "blur"}, // {required: true, message: "请输入经办时间", trigger: "blur"},
], // ],
}, // },
{ {
label: "分组", label: "分组",
prop: "groupId", prop: "groupId",

View File

@@ -137,9 +137,6 @@ let leftUserOptions = {
}, { }, {
label: "文化程度", label: "文化程度",
prop: "aac011", prop: "aac011",
}, {
label: "经办时间",
prop: "aae036",
}, { }, {
label: '个人标签', label: '个人标签',
prop: 'labelsBase', prop: 'labelsBase',