提交 42e9339b 编写于 作者: sq3536's avatar sq3536

配置完成

上级 735218ae
...@@ -38,6 +38,16 @@ export default class AppFormJsonFieldSet extends AppFormJson { ...@@ -38,6 +38,16 @@ export default class AppFormJsonFieldSet extends AppFormJson {
"domainsfield", "domainsfield",
"dimentity", "dimentity",
"dimfield", "dimfield",
"keyvalueentity",
"keyvaluefield",
"businesscatentity",
"businesscatfield",
"ext1entity",
"ext1field",
"ext2entity",
"ext2field",
"modelid", "modelid",
], ],
properties: { properties: {
...@@ -321,6 +331,58 @@ export default class AppFormJsonFieldSet extends AppFormJson { ...@@ -321,6 +331,58 @@ export default class AppFormJsonFieldSet extends AppFormJson {
propertyOrder: 13, propertyOrder: 13,
}, },
businesscatentity: {
type: "selectnew",
title: "业务类别实体",
watch: {
modelid: "arr_columnDefs.modelid",
},
enumSource: [
{
source: [...[{ label: "--", id: "" }]],
p0: "modelid",
url: "/dst/datamodels/${p0}/allpropertys",
title: "{{item.label}}",
value: "{{item.id}}",
},
],
options: {
select2_options: {
width: 350,
value: "",
},
},
propertyOrder: 14,
},
businesscatfield: {
type: "selectnew",
title: "标示属性",
watch: {
modelid: "arr_columnDefs.modelid",
entity: "arr_columnDefs.businesscatentity",
},
enumSource: [
{
source: [...[{ label: "--", id: "" }]],
p0: "modelid",
p1: "entity",
url: "/dst/datamodels/${p0}/allpropertys/${p1}/fields",
title: "{{item.label}}",
value: "{{item.id}}",
},
],
options: {
grid_columns: 6,
select2_options: {
width: 250,
value: "",
},
},
propertyOrder: 15,
},
ext1entity: { ext1entity: {
type: "selectnew", type: "selectnew",
title: "附加实体1", title: "附加实体1",
...@@ -343,7 +405,7 @@ export default class AppFormJsonFieldSet extends AppFormJson { ...@@ -343,7 +405,7 @@ export default class AppFormJsonFieldSet extends AppFormJson {
value: "", value: "",
}, },
}, },
propertyOrder: 14, propertyOrder: 16,
}, },
ext1field: { ext1field: {
type: "selectnew", type: "selectnew",
...@@ -370,7 +432,7 @@ export default class AppFormJsonFieldSet extends AppFormJson { ...@@ -370,7 +432,7 @@ export default class AppFormJsonFieldSet extends AppFormJson {
value: "", value: "",
}, },
}, },
propertyOrder: 15, propertyOrder: 17,
}, },
ext2entity: { ext2entity: {
...@@ -395,7 +457,7 @@ export default class AppFormJsonFieldSet extends AppFormJson { ...@@ -395,7 +457,7 @@ export default class AppFormJsonFieldSet extends AppFormJson {
value: "", value: "",
}, },
}, },
propertyOrder: 16, propertyOrder: 18,
}, },
ext2field: { ext2field: {
type: "selectnew", type: "selectnew",
...@@ -422,7 +484,7 @@ export default class AppFormJsonFieldSet extends AppFormJson { ...@@ -422,7 +484,7 @@ export default class AppFormJsonFieldSet extends AppFormJson {
value: "", value: "",
}, },
}, },
propertyOrder: 17, propertyOrder: 19,
}, },
}, },
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册