Commit 183053d9 by xiaohai

.

parent 599653c8
...@@ -58,11 +58,15 @@ ...@@ -58,11 +58,15 @@
</div> </div>
</div> </div>
<div class="af-right-container" v-else-if="groupInfo.isStoreGroup == 1 && groupInfo.level ==0"> <div class="af-right-container" v-else-if="groupInfo.isStoreGroup == 1 && groupInfo.level ==0">
<p>共享门店及成员数据</p> <p style="margin: 20px 0;">是否共享门店及成员数据</p>
<el-checkbox-group v-model="checkList"> <el-checkbox-group v-model="checkList">
<el-checkbox label="sale">销售数据</el-checkbox> <el-checkbox label="sale">销售数据</el-checkbox>
<el-checkbox label="vip">会员数据</el-checkbox> <el-checkbox label="vip">会员数据</el-checkbox>
</el-checkbox-group> </el-checkbox-group>
<div style="margin: 20px 0;">
<el-button type="primary" @click="subShareSet">确定</el-button>
<el-button>取消</el-button>
</div>
</div> </div>
</template> </template>
<template v-else> <template v-else>
...@@ -124,7 +128,10 @@ ...@@ -124,7 +128,10 @@
this.currentPage = val; this.currentPage = val;
this.getEmployee(); this.getEmployee();
}, },
/**
* 设置是否共享门店及成员数据
*/
subShareSet() {},
/** /**
* 树形菜单搜索 * 树形菜单搜索
*/ */
......
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