📖 CRM:跟进记录的 code review

(cherry picked from commit 9fa769b16a)
This commit is contained in:
YunaiV
2024-01-15 21:30:25 +08:00
committed by shizhong
parent d9c8135bd8
commit 748eb2b576
15 changed files with 46 additions and 51 deletions

View File

@ -146,7 +146,7 @@
</template>
</el-table-column>
<el-table-column align="center" label="距离进入公海" prop="poolDay">
<template #default="scope"> {{ scope.row.poolDay }}</template>
<template #default="scope"> {{ scope.row.poolDay }} </template>
</el-table-column>
<el-table-column
:formatter="dateFormatter"