|
@@ -64,7 +64,7 @@
|
|
<div style="width: 100%;height: 100%;overflow-y: auto;">
|
|
<div style="width: 100%;height: 100%;overflow-y: auto;">
|
|
<el-row class="mb-4 ">
|
|
<el-row class="mb-4 ">
|
|
<div style="width: 60%;">
|
|
<div style="width: 60%;">
|
|
- <el-button type="warning" plain v-for="item in unMatchItems" @click="unMatchClick(item)"
|
|
|
|
|
|
+ <el-button type="warning" plain v-for="(item,index) in unMatchItems" @click="unMatchClick(item)" :key="index"
|
|
style="margin-bottom: 10px ;" size="small">{{ item.eName }}</el-button>
|
|
style="margin-bottom: 10px ;" size="small">{{ item.eName }}</el-button>
|
|
</div>
|
|
</div>
|
|
</el-row>
|
|
</el-row>
|