|
|
@@ -4,15 +4,15 @@
|
|
|
<el-dialog width="900px" title="AI绩效分析" :visible.sync="AIVisible">
|
|
|
<div id="pdfDom">
|
|
|
<div style="margin-bottom: 40px;" v-html="marktext" class="markdownyangshi markdown-body"></div>
|
|
|
- <el-table v-if="bumensb=='市场部'" :data="SCgridData" border>
|
|
|
+ <el-table style="font-size:12px" v-if="bumensb=='市场部'" :data="SCgridData" border>
|
|
|
<el-table-column prop="rowNumber" label="序号" width="60">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="teamName" label="团组名">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="groupSales" label="营业额">
|
|
|
+ <el-table-column prop="groupSales" label="营业额" width="150">
|
|
|
<template slot-scope="scope">¥ {{ scope.row.groupSales | townum }}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="visitDate" label="出访日期" width="110">
|
|
|
+ <el-table-column prop="visitDate" label="出访日期" width="120">
|
|
|
<template slot-scope="scope">{{ scope.row.visitDate | getvisitDate }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="visitPNumber" label="人数" width="50">
|