|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <div class="app-container bg-page fx-column fx-cen-cen">
 | 
	
		
			
				|  |  | -    <index-card class="index-block" title="心理健康诊断测验报告" :sub-title="nickName">
 | 
	
		
			
				|  |  | +    <index-card class="width100" title="心理健康诊断测验报告" :sub-title="nickName">
 | 
	
		
			
				|  |  |        <div slot="more">
 | 
	
		
			
				|  |  |          <el-button v-loading="loading" size="mini" type="primary" round @click="handleDownload">下载</el-button>
 | 
	
		
			
				|  |  |          <el-button v-has-history size="mini" round @click="$router.push({name: 'MentalHealthIndex'})">返回</el-button>
 |