Commit c53c5786 by caoyanzhi

fix: 修复券码不能删除的bug

parent a6860891
......@@ -23,7 +23,7 @@
</el-table-column>
<el-table-column label="操作" width="140px;">
<template slot-scope="scope">
<div>
<div :key="scope.row.giftCardId">
<el-popover placement="top" width="160" v-model="scope.row.visible2">
<p style="line-height:1.5;padding: 10px 10px 20px;">确定删除该券码吗?</p>
<div style="text-align: right; margin: 0">
......
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