📖 CRM:线索 clue 新增/修改的完善

This commit is contained in:
YunaiV
2024-02-19 19:02:03 +08:00
parent e7bb17dc4e
commit 1047c5b097
11 changed files with 201 additions and 80 deletions

View File

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