📖 CRM:线索 clue 列表的完善

(cherry picked from commit e7bb17dc4e)
This commit is contained in:
YunaiV
2024-02-19 13:02:48 +08:00
committed by shizhong
parent 0d031ab59e
commit 91d0e2085d
3 changed files with 38 additions and 22 deletions

View File

@ -130,7 +130,7 @@
<dict-tag :type="DICT_TYPE.CRM_CUSTOMER_INDUSTRY" :value="scope.row.industryId" />
</template>
</el-table-column>
<el-table-column align="center" label="客户等级" prop="level" width="120">
<el-table-column align="center" label="客户等级" prop="level" width="130">
<template #default="scope">
<dict-tag :type="DICT_TYPE.CRM_CUSTOMER_LEVEL" :value="scope.row.level" />
</template>