|
@@ -10,7 +10,7 @@
|
|
:icon="item.icon"
|
|
:icon="item.icon"
|
|
:plain="item.plain?item.plain:false"
|
|
:plain="item.plain?item.plain:false"
|
|
:disabled="item.disabled"
|
|
:disabled="item.disabled"
|
|
- v-hasPermi="item.hasPermi"
|
|
|
|
|
|
+ v-hasPermi="item.hasPermi?item.hasPermi:['']"
|
|
@click="buttonList(item)">
|
|
@click="buttonList(item)">
|
|
{{ item.name }}
|
|
{{ item.name }}
|
|
</el-button>
|
|
</el-button>
|