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