|
@@ -3,7 +3,8 @@
|
|
<div style="width: 100%;height: 40px;">
|
|
<div style="width: 100%;height: 40px;">
|
|
<div style="margin: 10px 12px;float: left;">
|
|
<div style="margin: 10px 12px;float: left;">
|
|
<el-button
|
|
<el-button
|
|
- v-for="item in customButton"
|
|
|
|
|
|
+ v-for="(item,index) in customButton"
|
|
|
|
+ :key="index"
|
|
:type="item.type"
|
|
:type="item.type"
|
|
:size="item.size"
|
|
:size="item.size"
|
|
:icon="item.icon"
|
|
:icon="item.icon"
|