|
|
@@ -1010,12 +1010,12 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="拜访次数" prop="visitAct" />
|
|
|
- <el-table-column label="金牌店拜访率" prop="jpVisitRate">
|
|
|
+ <el-table-column :label="'金牌店\n拜访率'" prop="jpVisitRate">
|
|
|
<template slot-scope="scope">
|
|
|
<span class="tipTitle">{{ scope.row.jpVisitRate }}%</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="同城店拜访率" prop="tcVisitRate">
|
|
|
+ <el-table-column :label="'同城店\n拜访率'" prop="tcVisitRate">
|
|
|
<template slot-scope="scope">
|
|
|
<span class="tipTitle">{{ scope.row.tcVisitRate }}%</span>
|
|
|
</template>
|
|
|
@@ -1715,6 +1715,9 @@ export default {
|
|
|
.table-headermdhome {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+.table-headermdhome th.el-table__cell > .cell {
|
|
|
+ white-space: pre;
|
|
|
+}
|
|
|
.table-headermd .el-table__header,
|
|
|
.table-headermd .el-table__body {
|
|
|
width: 100% !important;
|