Commit 3165fdfd by 无尘

fix: 修改文案

parent b5bfcddf
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 09:14:54
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 15:46:36
* @LastEditTime: 2020-10-12 16:15:52
-->
<!--
部门成员
......@@ -61,7 +61,7 @@
<template slot="header" >
<el-tooltip class="item" effect="dark" placement="right">
<div slot="content">员工绑定导购详情,因只能识别企业微信用户usrid且门店与部门不相绑定,<br/>所以虽然在一个部门下,但是可能出现一个人绑定多个导购代码。<br/>即一个用户对应多个导购代码</div>
<span style="cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;">查看详情</span>
<span style="cursor: pointer;padding-bottom: 2px; border-bottom: 1px dashed #2F54EB;">绑定详情</span>
</el-tooltip>
</template>
<template slot-scope="scope">
......@@ -70,7 +70,7 @@
</el-table-column>
<el-table-column prop="" label="操作" show-overflow-tooltip>
<template slot-scope="scope">
<el-button type="text" @click="showDetail(scope.row)">详情</el-button>
<el-button type="text" @click="showDetail(scope.row)">成员详情</el-button>
</template>
</el-table-column>
</el-table>
......
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