Commit 2336a0ef authored by 我在何方's avatar 我在何方

间接客户来源修复

parent 4c21ea94
......@@ -50,7 +50,8 @@
</el-table-column>
<el-table-column :label="$t('客户来源')" align="center" prop="sourse">
<template v-slot="{row}">
<dict-tag :value="row.resourceType" :type="DICT_TYPE.CUSTOMER_SOURCE" />
<span>{{row.agentCustomerName}}</span>
<!-- <dict-tag :value="row.resourceType" :type="DICT_TYPE.CUSTOMER_SOURCE" /> -->
</template>
</el-table-column>
<el-table-column :label="$t('资源类型')" align="center" prop="resourceType">
......
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