Commit feaec4b4 by lsk

保证金删除调整

parent b0c67497
......@@ -244,10 +244,8 @@
<el-table-column prop="acccovamt" label="Acc Amount" width="auto">
</el-table-column>
<el-table-column label="OP" width="auto">
<template slot-scope="scoped">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel(scoped.row)">
Del
</c-button>
<template slot-scope="">
<a href="javascript:void(0)" @click="onLiaccvDel()">删除</a>
</template>
</el-table-column>
</c-table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment