crm: 增加基于客户查询回款计划分页

This commit is contained in:
YunaiV
2023-12-01 22:46:20 +08:00
parent bdc80ea55b
commit b0c1e55c6a
9 changed files with 143 additions and 106 deletions

View File

@ -73,7 +73,7 @@
/>
<el-table-column label="回款方式" align="center" prop="returnType" width="130px">
<template #default="scope">
<dict-tag :type="DICT_TYPE.CRM_RETURN_TYPE" :value="scope.row.returnType" />
<dict-tag :type="DICT_TYPE.CRM_RECEIVABLE_RETURN_TYPE" :value="scope.row.returnType" />
</template>
</el-table-column>
<el-table-column label="回款金额(元)" align="center" prop="price" />