瀏覽代碼

feat: 小组监控逻辑完善

chenhao 2 年之前
父節點
當前提交
59235ebacc

+ 4 - 4
src/modules/analysis/group-monitoring-detail/index.vue

@@ -8,10 +8,10 @@
     <div class="flex fill-blank detail-info">
       <div class="flex-1 flex p-base detail-info-chart">
         <div class="flex-1">
-          <vue-echarts :options="markerSubjectiveChartsOption"></vue-echarts>
+          <vue-echarts class="full" :option="markerSubjectiveChartsOption"></vue-echarts>
         </div>
         <div class="flex-1 m-l-base">
-          <vue-echarts :options="markerObjectiveChartsOption"></vue-echarts>
+          <vue-echarts class="full" :option="markerObjectiveChartsOption"></vue-echarts>
         </div>
       </div>
       <div class="flex direction-column flex-1 p-extra-small">
@@ -27,7 +27,7 @@
             class="m-t-unset"
             background
             right
-            :hide-on-single-page="false"
+            hide-on-single-page
           ></el-pagination>
         </div>
         <div class="flex-1 scroll-auto">
@@ -45,7 +45,7 @@
         </div>
       </div>
     </div>
-    <div class="flex-1 p-base flex overflow-hidden">
+    <div class="flex-1 p-t-base flex overflow-hidden">
       <div class="flex direction-column flex-1 radius-base fill-blank relative paper-view">
         <div class="flex-1 p-extra-small scroll-auto">
           <img :src="current?.filePath" alt="" class="paper-img" />

+ 1 - 1
src/modules/analysis/view-marked-detail/index.vue

@@ -38,7 +38,7 @@
             class="m-t-unset"
             background
             right
-            :hide-on-single-page="false"
+            hide-on-single-page
           ></el-pagination>
         </div>
         <div class="flex-1 scroll-auto">

+ 1 - 1
src/modules/marking/inquiry-result/index.vue

@@ -34,7 +34,7 @@
             class="m-t-unset"
             background
             right
-            :hide-on-single-page="false"
+            hide-on-single-page
           ></el-pagination>
         </div>
         <div class="flex-1 scroll-auto">