Commit feaec4b4 by liushikai

保证金删除调整

parent b0c67497
...@@ -244,10 +244,8 @@ ...@@ -244,10 +244,8 @@
<el-table-column prop="acccovamt" label="Acc Amount" width="auto"> <el-table-column prop="acccovamt" label="Acc Amount" width="auto">
</el-table-column> </el-table-column>
<el-table-column label="OP" width="auto"> <el-table-column label="OP" width="auto">
<template slot-scope="scoped"> <template slot-scope="">
<c-button size="small" icon="el-icon-delete" @click="onLiaccvDel(scoped.row)"> <a href="javascript:void(0)" @click="onLiaccvDel()">删除</a>
Del
</c-button>
</template> </template>
</el-table-column> </el-table-column>
</c-table> </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