Commit c5d53eaa authored by 黄媛媛's avatar 黄媛媛

优惠券列表新增备注

parent c7bb2fe6
......@@ -136,6 +136,7 @@
<th>{{$t('admin.admin_status')}}</th>
<th>{{$t('active.cl_addPp')}}</th>
<th>换购价</th>
<th>备注</th>
<th>{{$t('system.table_operation')}}</th>
</tr>
<tr v-for="(item,index) in DataList" v-loading="loading">
......@@ -176,6 +177,7 @@
</td>
<td>{{item.createUserName}}</td>
<td>{{item.redemptionPrice}}</td>
<td>{{item.remark}}</td>
<td class="text_al_left">
<!-- <el-button-group> -->
<el-tooltip class="item" effect="dark" :content="$t('pub.updateMsg')" placement="top">
......@@ -384,6 +386,13 @@
</el-form-item>
</td>
</tr>
<tr>
<td>
<el-form-item label="备注">
<el-input v-model="addMsg.remark" class="w217" placeholder="请输入"/>
</el-form-item>
</td>
</tr>
</table>
</el-form>
<div slot="footer" class="dialog-footer">
......@@ -449,6 +458,7 @@ export default {
couponsUseScope: 1,
couponStatus: 1,
redemptionPrice:'',
remark:"",
},
pwdMsg: {
Id: "",
......@@ -597,6 +607,7 @@ export default {
this.addMsg.couponsUseScope = item.couponsUseScope
this.addMsg.couponStatus = item.couponStatus
this.addMsg.redemptionPrice = item.redemptionPrice
this.addMsg.remark = item.remark
this.isleaveBtn = true;
},
......
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