|
@@ -99,6 +99,7 @@ export default {
|
|
|
}, {
|
|
}, {
|
|
|
label: "所属菜系",
|
|
label: "所属菜系",
|
|
|
prop: "cuisineCode",
|
|
prop: "cuisineCode",
|
|
|
|
|
+ type: "select",
|
|
|
dicUrl: "/blade-system/dict-biz/dictionary?code=cuisine",
|
|
dicUrl: "/blade-system/dict-biz/dictionary?code=cuisine",
|
|
|
props: {
|
|
props: {
|
|
|
label: 'dictValue',
|
|
label: 'dictValue',
|
|
@@ -125,12 +126,12 @@ export default {
|
|
|
// type: "input",
|
|
// type: "input",
|
|
|
// },
|
|
// },
|
|
|
{
|
|
{
|
|
|
- label: "所属地区id",
|
|
|
|
|
|
|
+ label: "所属地区",
|
|
|
prop: "regionId",
|
|
prop: "regionId",
|
|
|
type: "select",
|
|
type: "select",
|
|
|
dicUrl: "/blade-system/region/lazy-tree?code=4404",
|
|
dicUrl: "/blade-system/region/lazy-tree?code=4404",
|
|
|
props: {
|
|
props: {
|
|
|
- label: 'name',
|
|
|
|
|
|
|
+ label: 'title',
|
|
|
value: 'id'
|
|
value: 'id'
|
|
|
},
|
|
},
|
|
|
search: true
|
|
search: true
|