Commit ed291154 authored by Mac's avatar Mac

1

parent d33bdb1b
......@@ -91,7 +91,7 @@
<el-tag v-if="item.OrderStatus==7" style="margin-left:5px" size="small" type="danger">已取消</el-tag>
</div>
<div style="position: absolute;right: 15px;top: 19px;" v-if="item.IsOrderCommission==2 && currentUserInfo && currentUserInfo.EmpId == 5">
<div style="position: absolute;right: 15px;top: 19px;" v-if="item.IsOrderCommission==2 && currentUserInfo && currentUserInfo.TenantId == 1 && currentUserInfo.MallBaseId ==1 && currentUserInfo.EmpId == 5">
<el-button @click="resetrakeback(item)" style="width: 100px;height: 30px;" size="small" type="primary">重置订单返佣</el-button>
</div>
......
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