liuhj 4 hafta önce
ebeveyn
işleme
469a67441d
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      src/components/OP/performanceanalysis.vue

+ 3 - 3
src/components/OP/performanceanalysis.vue

@@ -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">¥&nbsp;{{ 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">