We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94d7c4 commit 1597eeaCopy full SHA for 1597eea
web/src/view/superAdmin/menu/icon.vue
@@ -12,7 +12,7 @@
12
:class="'el-icon-'+ meta.icon"
13
style="position: absolute; z-index: 9999; padding: 5px 10px; "
14
></i>
15
- <el-select clearable filterable class="gva-select" v-model="meta.icon" placeholder="请选择" @change="propIcon(value)">
+ <el-select clearable filterable class="gva-select" v-model="meta.icon" placeholder="请选择">
16
<el-option v-for="item in options" :key="item.key" :label="item.key" :value="item.key">
17
<span class="icon" :class="item.label"></span>
18
<span style="float: left">{{ item.key }}</span>
0 commit comments