|
@@ -61,32 +61,32 @@
|
|
<span v-if=" row.customerLevel==='一般客户' " style="color: green">{{row.customerLevel}}</span>
|
|
<span v-if=" row.customerLevel==='一般客户' " style="color: green">{{row.customerLevel}}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户部门" align="center" width="210">
|
|
|
|
|
|
+ <el-table-column label="客户部门" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.customerDepartment }}</span>
|
|
<span>{{ row.customerDepartment }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户科室" align="center" width="210">
|
|
|
|
|
|
+ <el-table-column label="客户科室" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.customerSection }}</span>
|
|
<span>{{ row.customerSection }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户职位" align="center" width="210">
|
|
|
|
|
|
+ <el-table-column label="客户职位" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.customerPosition }}</span>
|
|
<span>{{ row.customerPosition }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="客户经理" align="center" width="210">
|
|
|
|
|
|
+ <el-table-column label="客户经理" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.userName }}</span>
|
|
<span>{{ row.userName }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="拜访类型" align="center" width="210">
|
|
|
|
|
|
+ <el-table-column label="拜访类型" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.visitType }}</span>
|
|
<span>{{ row.visitType }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column label="拜访日期" align="center" width="210">
|
|
|
|
|
|
+ <el-table-column label="拜访日期" align="center" width="120">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<span>{{ row.visitTime }}</span>
|
|
<span>{{ row.visitTime }}</span>
|
|
</template>
|
|
</template>
|