Commit 17351b59 authored by houjn@hikoon.cn's avatar houjn@hikoon.cn

隐藏分配时间

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