更新客户管理页面

This commit is contained in:
Developer
2026-06-16 07:59:28 +08:00
parent f4692027ce
commit d81a528533

View File

@@ -105,6 +105,11 @@
{{ scope.row.登记时间 }}
</template>
</el-table-column>
<el-table-column width="150px" label="最近一次购买时间" align="center" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.最近一次购买时间 }}
</template>
</el-table-column>
<el-table-column width="100px" label="客户来源" align="center" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.客户来源 }}