📖 CRM:线索 clue 列表的完善

This commit is contained in:
YunaiV
2024-02-19 13:02:48 +08:00
parent c804ec5e7a
commit e7bb17dc4e
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>