Browse Source

Merge branch 'feature_20240912_拜访任务添加操作图片和电话' into uat

zhujindu 1 year ago
parent
commit
ea4f2c4e1d
1 changed files with 5 additions and 2 deletions
  1. 5 2
      src/views/home/index.vue

+ 5 - 2
src/views/home/index.vue

@@ -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;