🎉 修复菜单选择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: "菜单图标",
prop: "source",
type: "icon-select",
type: "icon",
slot: true,
width: 80,
iconList: iconList,

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

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

Loading…
Cancel
Save