Commit c6e0daac by 李伟超(前端)

update

1 parent bb590d75
......@@ -15,6 +15,8 @@
</el-table-column>
<el-table-column prop="couponName" label="优惠券名称">
</el-table-column>
<el-table-column prop="couponId" label="优惠券id">
</el-table-column>
<el-table-column prop="couponPicture" label="优惠券图片">
<template slot-scope="scope">
<img v-if="scope.row.couponPicture" :src="scope.row.couponPicture" alt="" width="40" height="40">
......
......@@ -13,7 +13,7 @@
<el-tab-pane label="开关配置" name="kaiguan" lazy>
<switch-setting :tabName="activeName"></switch-setting>
</el-tab-pane>
<el-tab-pane label="优惠券配置" name="yhq" lazy>
<el-tab-pane label="新人优惠券配置" name="yhq" lazy>
<coupon-new-user :tabName="activeName"></coupon-new-user>
</el-tab-pane>
</el-tabs>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!