Commit 432ac7d7 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

隐藏分配时间

parent b15ef36c
...@@ -103,11 +103,11 @@ ...@@ -103,11 +103,11 @@
<span>{{ parseTime(scope.row.createTime) }}</span> <span>{{ parseTime(scope.row.createTime) }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('分配时间')" align="center" prop="createTime" width="180"> <!-- <el-table-column :label="$t('分配时间')" align="center" prop="createTime" width="180">-->
<template v-slot = {row}> <!-- <template v-slot = {row}>-->
<span>{{ parseTime(row.customerServiceAssignedTime ) }}</span> <!-- <span>{{ parseTime(row.customerServiceAssignedTime ) }}</span>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column :label="$t('客户经理')" align="center" prop="customerServiceName"> <el-table-column :label="$t('客户经理')" align="center" prop="customerServiceName">
</el-table-column> </el-table-column>
<el-table-column :label="$t('国家')" align="center" prop="country" :formatter="countryFormatter"></el-table-column> <el-table-column :label="$t('国家')" align="center" prop="country" :formatter="countryFormatter"></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