|  | @@ -1,7 +1,7 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |    <CyVxeTable :data="props.data">
 | 
	
		
			
				|  |  | -    <vxe-column type="expand">
 | 
	
		
			
				|  |  | -      <template #default="{row}">
 | 
	
		
			
				|  |  | +    <vxe-column type="expand" fixed="left" width="30">
 | 
	
		
			
				|  |  | +      <template #content="{row}">
 | 
	
		
			
				|  |  |          <JsonViewer :value="row.mapMessage"
 | 
	
		
			
				|  |  |                      copyable
 | 
	
		
			
				|  |  |                      :expandDepth="3"/>
 | 
	
	
		
			
				|  | @@ -24,15 +24,15 @@
 | 
	
		
			
				|  |  |      <vxe-column field="deptDirectorName" title="主任医生" width="100"/>
 | 
	
		
			
				|  |  |      <vxe-column field="consultPhysicianName" title="主治医生" width="100"/>
 | 
	
		
			
				|  |  |      <vxe-column field="tubeBedDoctorName" title="管床医生" width="284"/>
 | 
	
		
			
				|  |  | -    <vxe-column field="opinion" title="质控意见" show-overflow-tooltip width="140"/>
 | 
	
		
			
				|  |  | -    <vxe-column field="approverName" title="审核人" show-overflow-tooltip width="177"/>
 | 
	
		
			
				|  |  | -    <vxe-column field="reviewTime" title="审核时间" show-overflow-tooltip width="120"/>
 | 
	
		
			
				|  |  | +    <vxe-column field="opinion" title="质控意见" show-overflow width="140"/>
 | 
	
		
			
				|  |  | +    <vxe-column field="approverName" title="审核人" show-overflow width="177"/>
 | 
	
		
			
				|  |  | +    <vxe-column field="reviewTime" title="审核时间" show-overflow width="120"/>
 | 
	
		
			
				|  |  |      <vxe-column title="病历" fixed="right" width="80">
 | 
	
		
			
				|  |  |        <template #default="{row}">
 | 
	
		
			
				|  |  |          <el-button type="primary" @click="toEmrClick(row)">病历</el-button>
 | 
	
		
			
				|  |  |        </template>
 | 
	
		
			
				|  |  |      </vxe-column>
 | 
	
		
			
				|  |  | -    <vxe-column field="mapMessage" title="详情" show-overflow-tooltip width="250">
 | 
	
		
			
				|  |  | +    <vxe-column field="mapMessage" title="详情" show-overflow width="250">
 | 
	
		
			
				|  |  |        <template #header>
 | 
	
		
			
				|  |  |          <el-button @click="exportExcel">导出Excel</el-button>
 | 
	
		
			
				|  |  |        </template>
 |