jwyu 2 years ago
parent
commit
84df3ea653

+ 1 - 1
src/views/report/chapter/Detail.vue

@@ -164,7 +164,7 @@ async function handleChapterBaseInfoSave(e){
                 chapterBaseInfo.createTime=moment(res.Data.CreateTime).format('YYYY-MM-DD')
                 reportContentEditorIns.html.set(res.Data.Content);
                 // 晨报获取指标数据
-				if(res.data.ReportType=='day'){
+				if(res.Data.ReportType=='day'){
 					getDayTicketList()
 				}
             }

+ 1 - 0
src/views/report/components/reportInsert/ETAChart.vue

@@ -140,6 +140,7 @@ watch(
         overflow: hidden;
         flex: 1;
         padding: var(--van-padding-sm);
+        min-height: 300PX;
     }
     .chart-list{
         height: 100%;

+ 2 - 1
src/views/report/components/reportInsert/MyETAChart.vue

@@ -75,7 +75,7 @@ watch(
 
 <template>
     <div class="myETA-insert-wrap">
-        <van-cell title="分类" :value="activeClassifyName" is-link @click="showClassify=true"/>
+        <van-cell style="flex-shrink:0" title="分类" :value="activeClassifyName" is-link @click="showClassify=true"/>
         <div class="content-box">
             <div v-if="listState.list.length==0">
                 <img class="list-empty-img" src="https://hzstatic.hzinsights.com/static/ETA_mobile/empty_img.png" alt="">
@@ -130,6 +130,7 @@ watch(
         overflow: hidden;
         flex: 1;
         padding: var(--van-padding-sm);
+        min-height: 300PX;
     }
     .chart-list{
         height: 100%;

+ 1 - 0
src/views/report/components/reportInsert/SandTableImg.vue

@@ -107,6 +107,7 @@ watch(
         overflow: hidden;
         flex: 1;
         padding: var(--van-padding-sm);
+        min-height: 300PX;
     }
     .chart-list{
         height: 100%;

+ 1 - 0
src/views/report/components/reportInsert/SheetTableChart.vue

@@ -104,6 +104,7 @@ watch(
         overflow: hidden;
         flex: 1;
         padding: var(--van-padding-sm);
+        min-height: 300PX;
     }
     .chart-list{
         height: 100%;