|  | @@ -67,7 +67,7 @@
 | 
	
		
			
				|  |  |                  <template #default>
 | 
	
		
			
				|  |  |                    <div class="info-box">
 | 
	
		
			
				|  |  |                      <div class="info-desc">问题状态:
 | 
	
		
			
				|  |  | -                      <span v-if="v.overdueStatus" :style="{color:getState(getDictLabel(v.overdueStatus,'app_question_status'))}">
 | 
	
		
			
				|  |  | +                      <span v-if="v.reformStatus && v.reformStatus==10 && v.overdueStatus" :style="{color:getState(getDictLabel(v.overdueStatus,'app_question_status'))}">
 | 
	
		
			
				|  |  |                          {{getDictLabel(v.overdueStatus,'app_question_status')}}
 | 
	
		
			
				|  |  |                        </span>
 | 
	
		
			
				|  |  |                        <span v-else-if="v.reformStatus" :style="{color:getState(getDictLabel(v.reformStatus,'app_question_status'))}">
 |