Commit 69bc53dc by caoyanzhi

update: 添加按钮权限

parent 843b9218
......@@ -304,9 +304,9 @@
专属导购:{{ member.mainClerkName }}<span
v-if="member.mainClerkCode">{{ member.mainClerkCode }}</span>
</el-tag>
<el-tooltip class="item" effect="dark" open-delay="200" content="修改服务门店"
<el-tooltip v-if="$getButtonLimit($buttonCode.memberEditStore)" class="item" effect="dark" open-delay="200" content="修改服务门店"
placement="top-start">
<span class="edit-span" @click="mainStoreDialogVisible=true"><i
<span :limit-code="$buttonCode.memberEditStore" class="edit-span" @click="mainStoreDialogVisible=true"><i
class="el-icon-edit" /></span>
</el-tooltip>
</el-descriptions-item>
......@@ -318,9 +318,9 @@
{{ item.storeName }}
</p>
</template>
<el-tooltip class="item" effect="dark" open-delay="200" content="修改协管门店"
<el-tooltip v-if="$getButtonLimit($buttonCode.memberEditStore)" class="item" effect="dark" open-delay="200" content="修改协管门店"
placement="top-start">
<span class="edit-span" @click="subStoreDialogVisible=true"><i
<span :limit-code="$buttonCode.memberEditStore" class="edit-span" @click="subStoreDialogVisible=true"><i
class="el-icon-edit" /></span>
</el-tooltip>
</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