浏览代码

样式调整

qymljy 10 月之前
父节点
当前提交
190a346355

+ 1 - 1
src/HManagement/serviceDataScreen/components/profileTemplate.vue

@@ -123,7 +123,7 @@ export default {
   box-sizing: border-box;
 }
 .box-margin .box-content{
-  width: 6.609vw;
+  width: 8.609vw;
   height: 2.675vw;
   margin-right: 0.245vw;
   margin-bottom: 0.705vw;

+ 2 - 2
src/HManagement/serviceDataScreen/modules/dataProfile.vue

@@ -276,7 +276,7 @@ export default {
           },
           {
             title:'项目失败率',
-            value:Math.round(((this.list.sbl * 100)*100)/100) + '%',
+            value:Math.round(((this.list.sbl)*100)/100) + '%',
             tips:'项目失败率=已失败项目数÷项目总数×100%'
           },
           {
@@ -291,7 +291,7 @@ export default {
           },
           {
             title:'参与项目成交率',
-            value:Math.round(((this.list.joinDealProjectcjl * 100)*100)/100) + '%',
+            value:Math.round(((this.list.joinDealProjectcjl)*100)/100) + '%',
             tips:'参与项目成交率=参与项目成交数 ÷ 参与项目数 ×100%'
           },
         ]

+ 2 - 2
src/HManagement/submit/dataAnalysis/modules/tableSubmit.vue

@@ -4,7 +4,7 @@
       <p class="title">{{ $t('已提报经销商') }}</p>
       <excel :tablecols="tablecols" :param="params" :excelTitle="$t('已提报经销商')"></excel>
     </div>
-    <tableLayout :layout="tablecols" :data="list" :custom="true" height="calc(42vh)">
+    <table-new-layout :layout="tablecols" :data="list" :custom="true" height="calc(100vh - 910px)">
       <template v-slot:customcol="scope">
         <div v-if="scope.column.columnname === 'province'">
          {{scope.column.data.province}}-{{scope.column.data.city}}-{{scope.column.data.county}}
@@ -14,7 +14,7 @@
       <template v-slot:opreation="scope">
         <el-button size="mini" type="text"  @click="showAttinfos(scope.data)" >附 件</el-button>
       </template>
-    </tableLayout>
+    </table-new-layout>
     <div style="margin-top:16px;text-align:right">
       <el-pagination
         background

+ 2 - 2
src/HManagement/submit/dataAnalysis/modules/tableUnsubmit.vue

@@ -4,14 +4,14 @@
       <p class="title">{{ $t('未提报经销商') }}</p>
       <excel :tablecols="tablecols" :param="params" :excelTitle="$t('未提报经销商')"></excel>
     </div>
-    <tableLayout :layout="tablecols" :data="list" :custom="true" height="calc(41vh)">
+    <table-new-layout :layout="tablecols" :data="list" :custom="true" height="calc(100vh - 910px)">
       <template v-slot:customcol="scope">
         <div v-if="scope.column.columnname === 'province'">
          {{scope.column.data.province}}-{{scope.column.data.city}}-{{scope.column.data.county}}
         </div>
         <p v-else>{{scope.column.data[scope.column.columnname]?$t(scope.column.data[scope.column.columnname]):'--'}}</p>
       </template>
-    </tableLayout>
+    </table-new-layout>
     <div style="margin-top:16px;text-align:right">
       <el-pagination
         background

+ 1 - 2
src/template/chartG2Template/Column.vue

@@ -34,8 +34,7 @@ export default {
           xField: 'signdate_due',
           yField: 'signamount_due',
           label:{
-            position: 'top',
-            offsetY:12,
+            position: 'middle',
             style: {
               fill: '#444444',
               opacity: 0.9,