|
@@ -220,7 +220,7 @@
|
|
</vxe-table-column>
|
|
</vxe-table-column>
|
|
<vxe-table-column label="操作" width="100">
|
|
<vxe-table-column label="操作" width="100">
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
- <el-button size="mini" type="danger" >删除</el-button>
|
|
|
|
|
|
+ <el-button size="mini" type="danger" @click="removeEvent(scope.row,scope.$rowIndex,'bank')">删除</el-button>
|
|
</template>
|
|
</template>
|
|
</vxe-table-column>
|
|
</vxe-table-column>
|
|
</vxe-table>
|
|
</vxe-table>
|