flat: 暂存2
This commit is contained in:
@@ -515,21 +515,14 @@ export default {
|
||||
selection: true,
|
||||
dialogType: "drawer",
|
||||
dialogClickModal: false,
|
||||
labelWidth: 120,
|
||||
column: [
|
||||
{
|
||||
label: "社区街道名称",
|
||||
prop: "companyName",
|
||||
addDisplay: false,
|
||||
},
|
||||
{
|
||||
label: "政策",
|
||||
prop: "policyIds",
|
||||
// search: true,
|
||||
span: 24,
|
||||
hide: true,
|
||||
// display: false,
|
||||
formslot: true,
|
||||
},
|
||||
|
||||
{
|
||||
label: "服务名称",
|
||||
prop: "name",
|
||||
@@ -545,6 +538,36 @@ export default {
|
||||
],
|
||||
slot: true
|
||||
},
|
||||
{
|
||||
label: "服务分组",
|
||||
prop: "groupId",
|
||||
type: "tree",
|
||||
span: 24,
|
||||
display: true,
|
||||
dicData: self.treeData,
|
||||
hide: true,
|
||||
props: {
|
||||
label: "groupName",
|
||||
value: "id",
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请选择分组",
|
||||
trigger: "change",
|
||||
},
|
||||
],
|
||||
placeholder: "请选择 分组",
|
||||
},
|
||||
{
|
||||
label: "政策指南",
|
||||
prop: "policyIds",
|
||||
// search: true,
|
||||
span: 24,
|
||||
hide: true,
|
||||
// display: false,
|
||||
formslot: true,
|
||||
},
|
||||
{
|
||||
label: "用户类型",
|
||||
prop: "userId",
|
||||
@@ -582,27 +605,7 @@ export default {
|
||||
display: false,
|
||||
slot: true,
|
||||
},
|
||||
{
|
||||
label: "分组",
|
||||
prop: "groupId",
|
||||
type: "tree",
|
||||
span: 24,
|
||||
display: true,
|
||||
dicData: self.treeData,
|
||||
hide: true,
|
||||
props: {
|
||||
label: "groupName",
|
||||
value: "id",
|
||||
},
|
||||
rules: [
|
||||
{
|
||||
required: true,
|
||||
message: "请选择分组",
|
||||
trigger: "change",
|
||||
},
|
||||
],
|
||||
placeholder: "请选择 分组",
|
||||
},
|
||||
|
||||
{
|
||||
label: "备注",
|
||||
prop: "remarks",
|
||||
|
||||
Reference in New Issue
Block a user