更新客户管理页面
This commit is contained in:
@@ -105,6 +105,11 @@
|
|||||||
{{ scope.row.登记时间 }}
|
{{ scope.row.登记时间 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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>
|
<el-table-column width="100px" label="客户来源" align="center" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.客户来源 }}
|
{{ scope.row.客户来源 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user