自动折扣优化
This commit is contained in:
@@ -64,10 +64,10 @@
|
||||
<router-link :to="{name:'account',query:{userId:scope.row.Id}}">
|
||||
<span class="handel cursor edit">账号</span>
|
||||
</router-link>
|
||||
<!-- <router-link :to="{name:'userprice',query:{id:scope.row.Id}}">
|
||||
<span class="handel cursor edit">会员价</span>
|
||||
</router-link> -->
|
||||
<span class="handel cursor edit" @click="showUserPrice(scope.row)">会员价</span>
|
||||
<router-link :to="{name:'userprice',query:{id:scope.row.Id}}">
|
||||
<span class="handel cursor edit">专项价</span>
|
||||
</router-link>
|
||||
<span class="handel cursor edit" @click="showUserPrice(scope.row)">折扣</span>
|
||||
<span class="handel cursor edit" @click="edit(scope.row)">编辑</span>
|
||||
<span class="handel cursor edit" @click="showAmountDetail(scope.row)">明细</span>
|
||||
<el-popover @show="showHandle(scope.row)" placement="bottom" trigger="hover" width="180">
|
||||
|
||||
Reference in New Issue
Block a user