flat: 暂存2
This commit is contained in:
@@ -515,21 +515,14 @@ export default {
|
|||||||
selection: true,
|
selection: true,
|
||||||
dialogType: "drawer",
|
dialogType: "drawer",
|
||||||
dialogClickModal: false,
|
dialogClickModal: false,
|
||||||
|
labelWidth: 120,
|
||||||
column: [
|
column: [
|
||||||
{
|
{
|
||||||
label: "社区街道名称",
|
label: "社区街道名称",
|
||||||
prop: "companyName",
|
prop: "companyName",
|
||||||
addDisplay: false,
|
addDisplay: false,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "政策",
|
|
||||||
prop: "policyIds",
|
|
||||||
// search: true,
|
|
||||||
span: 24,
|
|
||||||
hide: true,
|
|
||||||
// display: false,
|
|
||||||
formslot: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "服务名称",
|
label: "服务名称",
|
||||||
prop: "name",
|
prop: "name",
|
||||||
@@ -545,6 +538,36 @@ export default {
|
|||||||
],
|
],
|
||||||
slot: true
|
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: "用户类型",
|
label: "用户类型",
|
||||||
prop: "userId",
|
prop: "userId",
|
||||||
@@ -582,27 +605,7 @@ export default {
|
|||||||
display: false,
|
display: false,
|
||||||
slot: true,
|
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: "备注",
|
label: "备注",
|
||||||
prop: "remarks",
|
prop: "remarks",
|
||||||
|
|||||||
Reference in New Issue
Block a user