Commit 183053d9 by xiaohai

.

parent 599653c8
......@@ -58,11 +58,15 @@
</div>
</div>
<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 label="sale">销售数据</el-checkbox>
<el-checkbox label="vip">会员数据</el-checkbox>
</el-checkbox-group>
<div style="margin: 20px 0;">
<el-button type="primary" @click="subShareSet">确定</el-button>
<el-button>取消</el-button>
</div>
</div>
</template>
<template v-else>
......@@ -124,7 +128,10 @@
this.currentPage = val;
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