Commit 3f92cb38 authored by honghy's avatar honghy Committed by wux

任务103 跟进记录调整2

parent f33626ce
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('销售阶段')" min-width="120"> <el-table-column :label="$t('销售阶段')" min-width="120">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<dict-tag :type="DICT_TYPE.CUSTOMER_FOLLOWUP_SALE_STAGE" :value="row.saleStage" /> <dict-tag :type="DICT_TYPE.CUSTOMER_FOLLOWUP_SALE_STAGE" :value="row.status" />
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('订单编号')" min-width="150px"> <el-table-column :label="$t('订单编号')" min-width="150px">
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('客户经理')" prop="creatorName" align="center" min-width="100" /> <el-table-column :label="$t('客户经理')" prop="followUpSalesmanName" align="center" min-width="100" />
<el-table-column :label="$t('创建时间')" align="center" min-width="160"> <el-table-column :label="$t('创建时间')" align="center" min-width="160">
<template slot-scope="scope"> <template slot-scope="scope">
{{ parseTime(scope.row.createTime) }} {{ parseTime(scope.row.createTime) }}
......
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