Commit 00972136 authored by zhengyi's avatar zhengyi

跟进列表优化处理

parent dcae0230
......@@ -131,7 +131,7 @@
<el-table-column prop="customerSource" :label="$t('客户来源')" :formatter="(row, column, cellValue) => getDictDataLabel(DICT_TYPE.CUSTOMER_SOURCE, cellValue)" width="120"/>
<el-table-column :label="$t('客户创建时间')" align="center" width="120">
<template slot-scope="scope">
{{ parseTime(scope.row.cusomerCreateTime) }}
{{ parseTime(scope.row.customerCreateTime) }}
</template>
</el-table-column>
<el-table-column prop="creatorName" :label="$t('创建人')" align="center" width="120"></el-table-column>
......
......@@ -129,7 +129,7 @@
<el-table-column prop="customerSource" :label="$t('客户来源')" :formatter="(row, column, cellValue) => getDictDataLabel(DICT_TYPE.CUSTOMER_SOURCE, cellValue)" />
<el-table-column :label="$t('客户创建时间')" align="center" width="120">
<template slot-scope="scope">
{{ parseTime(scope.row.cusomerCreateTime) }}
{{ parseTime(scope.row.customerCreateTime) }}
</template>
</el-table-column>
<el-table-column prop="creatorName" :label="$t('创建人')" align="center" width="120"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment