htc 17 часов назад
Родитель
Сommit
bfb6abe896
2 измененных файлов с 8 добавлено и 3 удалено
  1. 2 1
      pagesHome/components/createList.vue
  2. 6 2
      pagesHome/reportResult.vue

+ 2 - 1
pagesHome/components/createList.vue

@@ -276,7 +276,8 @@ export default {
 				url:'/pagesPublish/questionnaireFill?teamQuestionnaireId='+item.teamQuestionnaireId+'&teamId='+item.teamId+'&type='+item.type
 			})
 		},
-		createReport(item){
+		createReport(item){
+			this.dto = item;
 			this.createReportConfirm(item.teamQuestionnaireId)
 		},
 		createReportConfirm(teamQuestionnaireId){

+ 6 - 2
pagesHome/reportResult.vue

@@ -2,8 +2,8 @@
 	<view class="default_page" :style="{'height':h+'px', 'padding-top':mt+'px'}">
 		<cus-header title='生成报告' bgColor="transparent"></cus-header>
 		<div class="box adffcac">
-			<image class="box-loading" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/report_success.png" v-if="result==0"></image>
-			<image class="box-loading" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/report_fail.png" v-else></image>
+			<image class="box-loading" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/e6d5bea9491a14aafd3f955d332e62d08e521229/report_success.png" v-if="result==0"></image>
+			<image class="box-loading" src="https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/e6d5bea9491a14aafd3f955d332e62d08e521229/report_fail.png" v-else></image>
 			<div class="box-p1">{{result==0?'报告正在生成中~':'报告生成失败'}}</div>
 			<div class="box-p2" v-if="result==0">预计所需时间7-10分钟</div>
 			<div class="box-p3">{{result==0?'稍后可去报告管理中查看结果':'失败原因:网络延迟'}}</div>
@@ -109,6 +109,7 @@
 				background: #FFFFFF;
 				box-shadow: inset 0rpx -1rpx 0rpx 0rpx #EFEFEF;
 				&-left{
+					width: 140rpx;
 					font-family: PingFangSC, PingFang SC;
 					font-weight: 400;
 					font-size: 30rpx;
@@ -116,6 +117,9 @@
 					line-height: 42rpx;
 				}
 				&-right{
+					width: calc(100% - 140rpx);
+					padding-left: 20rpx;
+					box-sizing: border-box;
 					font-family: PingFangSC, PingFang SC;
 					font-weight: 400;
 					font-size: 30rpx;