Commit ef6b0e2c by chenyu

update: 添加待处理客户的操作权限

parent d26d7c32
......@@ -26,7 +26,7 @@ export default {
memberSearchStr: -1,
navpath: [
{ name: "首页", path: "" },
{ name: "会员列表", path: "/wechatmembers" },
{ name: "客户列表", path: "/allCustomers" },
{ name: "待处理客户列表", path: "" }
],
sceneValue: "member",
......
......@@ -48,13 +48,18 @@
@change="handleFocusBatch"
style="width: 130px"
@visible-change="handleVisibleBatch"
v-if="$getButtonLimit($buttonCode.memberWxRecycleMainStore)||$getButtonLimit($buttonCode.memberWxRecycleSubStore)"
>
<el-option
v-if="$getButtonLimit($buttonCode.memberWxRecycleMainStore)"
:limit-code="$buttonCode.memberWxRecycleMainStore"
key="mainstore"
label="修改服务门店"
value="mainstore"
></el-option>
<el-option
v-if="$getButtonLimit($buttonCode.memberWxRecycleSubStore)"
:limit-code="$buttonCode.memberWxRecycleSubStore"
key="store"
label="修改协管门店"
value="store"
......
......@@ -27,7 +27,7 @@ export default {
memberSearchStr: -1,
navpath: [
{ name: "首页", path: "" },
{ name: "会员列表", path: "/posmembers" },
{ name: "客户列表", path: "/allCustomers" },
{ name: "回收站门店会员", path: "" }
],
sceneValue: "member",
......
......@@ -48,8 +48,11 @@
@change="handleFocusBatch"
style="width: 130px"
@visible-change="handleVisibleBatch"
v-if="$getButtonLimit($buttonCode.memberPosRecycleMainStore)"
>
<el-option
v-if="$getButtonLimit($buttonCode.memberPosRecycleMainStore)"
:limit-code="$buttonCode.memberPosRecycleMainStore"
key="mainstore"
label="修改服务门店"
value="mainstore"
......
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