🎉 修复菜单选择type

dev
smallchill 5 years ago
parent a5ad42f49b
commit 3f919b6003
  1. 2
      src/views/authority/apiscope.vue
  2. 2
      src/views/authority/datascope.vue
  3. 2
      src/views/system/topmenu.vue

@ -170,7 +170,7 @@
{ {
label: "菜单图标", label: "菜单图标",
prop: "source", prop: "source",
type: "icon-select", type: "icon",
slot: true, slot: true,
width: 80, width: 80,
iconList: iconList, iconList: iconList,

@ -173,7 +173,7 @@
{ {
label: "菜单图标", label: "菜单图标",
prop: "source", prop: "source",
type: "icon-select", type: "icon",
slot: true, slot: true,
width: 80, width: 80,
iconList: iconList, iconList: iconList,

@ -115,7 +115,7 @@
{ {
label: "菜单图标", label: "菜单图标",
prop: "source", prop: "source",
type: "icon-select", type: "icon",
slot: true, slot: true,
iconList: iconList, iconList: iconList,
rules: [ rules: [

Loading…
Cancel
Save