Commit 7f3abb40 authored by zhengyi's avatar zhengyi

客户列表中的主联系方式,重新添加回去

parent c911cd38
...@@ -228,14 +228,14 @@ ...@@ -228,14 +228,14 @@
--> -->
<el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column> <el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column>
<!-- <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">--> <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">
<!-- <template v-slot="{ row }">--> <template v-slot="{ row }">
<!-- +{{ row.defaultContactPhone }} <br />--> +{{ row.defaultContactPhone }} <br />
<!-- <contacts :id="row.id">--> <contacts :id="row.id">
<!-- <el-button type="text">更多</el-button>--> <el-button type="text">更多</el-button>
<!-- </contacts>--> </contacts>
<!-- </template>--> </template>
<!-- </el-table-column>--> </el-table-column>
<el-table-column :label="$t('最新跟进时间')" width="120"> <el-table-column :label="$t('最新跟进时间')" width="120">
<template slot-scope="scope" v-if="scope.row.followupBackVO"> <template slot-scope="scope" v-if="scope.row.followupBackVO">
{{ parseTime(scope.row.followupBackVO.followTime) }} {{ parseTime(scope.row.followupBackVO.followTime) }}
......
...@@ -205,14 +205,14 @@ ...@@ -205,14 +205,14 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column> <el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column>
<!-- <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">--> <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">
<!-- <template v-slot="{row}">--> <template v-slot="{row}">
<!-- +{{row.defaultContactPhone}} <br/>--> +{{row.defaultContactPhone}} <br/>
<!-- <contacts :id="row.id" >--> <contacts :id="row.id" >
<!-- <el-button type="text">更多</el-button>--> <el-button type="text">更多</el-button>
<!-- </contacts>--> </contacts>
<!-- </template>--> </template>
<!-- </el-table-column>--> </el-table-column>
<el-table-column :label="$t('最新跟进时间')" width="120"> <el-table-column :label="$t('最新跟进时间')" width="120">
<template slot-scope="scope" v-if="scope.row.followupBackVO"> <template slot-scope="scope" v-if="scope.row.followupBackVO">
{{ parseTime(scope.row.followupBackVO.followTime) }} {{ parseTime(scope.row.followupBackVO.followTime) }}
......
...@@ -200,14 +200,14 @@ ...@@ -200,14 +200,14 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column> <el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column>
<!-- <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">--> <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">
<!-- <template v-slot="{row}">--> <template v-slot="{row}">
<!-- +{{row.defaultContactPhone}} <br/>--> +{{row.defaultContactPhone}} <br/>
<!-- <contacts :id="row.id" >--> <contacts :id="row.id" >
<!-- <el-button type="text">更多</el-button>--> <el-button type="text">更多</el-button>
<!-- </contacts>--> </contacts>
<!-- </template>--> </template>
<!-- </el-table-column>--> </el-table-column>
<el-table-column :label="$t('最新跟进时间')" width="120"> <el-table-column :label="$t('最新跟进时间')" width="120">
<template slot-scope="scope" v-if="scope.row.followupBackVO"> <template slot-scope="scope" v-if="scope.row.followupBackVO">
{{ parseTime(scope.row.followupBackVO.followTime) }} {{ parseTime(scope.row.followupBackVO.followTime) }}
......
...@@ -222,14 +222,14 @@ ...@@ -222,14 +222,14 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column> <el-table-column :label="$t('主联系人')" prop="defaultContactName"></el-table-column>
<!-- <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">--> <el-table-column :label="$t('主联系方式')" prop="defaultContactPhone">
<!-- <template v-slot="{ row }">--> <template v-slot="{ row }">
<!-- +{{ row.defaultContactPhone }} <br />--> +{{ row.defaultContactPhone }} <br />
<!-- <contacts :id="row.id">--> <contacts :id="row.id">
<!-- <el-button type="text">更多</el-button>--> <el-button type="text">更多</el-button>
<!-- </contacts>--> </contacts>
<!-- </template>--> </template>
<!-- </el-table-column>--> </el-table-column>
<el-table-column :label="$t('最新跟进时间')" width="120"> <el-table-column :label="$t('最新跟进时间')" width="120">
<template slot-scope="scope" v-if="scope.row.followupBackVO"> <template slot-scope="scope" v-if="scope.row.followupBackVO">
{{ parseTime(scope.row.followupBackVO.followTime) }} {{ parseTime(scope.row.followupBackVO.followTime) }}
......
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