Commit c9de31ea by 无尘

fix: 修改分配

parent e965cf7b
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-18 09:41:30
* @LastEditTime: 2020-09-18 11:03:14
-->
<template>
<div class="customer-assign-wrap">
......@@ -90,7 +90,7 @@
</el-table-column>
<el-table-column prop="" label="所属导购" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.clerkName || '--' }}
{{ scope.row.mainClerkName || '--' }}
</template>
</el-table-column>
<el-table-column label="操作">
......
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