Commit bb2534bf by 吕明尚

优惠卷领取的作废和恢复只在未使用的优惠卷显示

parent 042374d8
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
<!-- v-hasPermi="['system:coupon:remove']"--> <!-- v-hasPermi="['system:coupon:remove']"-->
<!-- >删除--> <!-- >删除-->
<!-- </el-button>--> <!-- </el-button>-->
<el-button v-if="scope.row.isDelete == 0" <el-button v-if="scope.row.isDelete == 0 && scope.row.useStatus==0"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
...@@ -287,7 +287,7 @@ ...@@ -287,7 +287,7 @@
v-hasPermi="['system:coupon:edit']" v-hasPermi="['system:coupon:edit']"
>作废 >作废
</el-button> </el-button>
<el-button v-if="scope.row.isDelete == 1" <el-button v-if="scope.row.isDelete == 1 && scope.row.useStatus==0"
size="mini" size="mini"
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
......
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