Commit af9d864c by huaying

fix: 协管门店UI调整

parent 88946d93
......@@ -515,19 +515,19 @@
</el-tooltip>
</el-descriptions-item>
<el-descriptions-item label="协管门店">
<div class="assist-store-list">
<!-- <div class="assist-store-list"> -->
<template v-for="(item,index) in member.shopNames">
<span v-if="index>0" :key="item" class="vertical-line" />
<p :key="item" class="store-name">
<span :key="item">
{{ item.storeName }}
</p>
</span>
</template>
<el-tooltip v-if="$getButtonLimit($buttonCode.memberEditStore)" class="item" effect="dark" open-delay="200" content="修改协管门店"
placement="top-start">
<span :limit-code="$buttonCode.memberEditStore" class="edit-span" @click="subStoreDialogVisible=true"><i
class="el-icon-edit" /></span>
</el-tooltip>
</div>
<!-- </div> -->
</el-descriptions-item>
</el-descriptions>
</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