|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  |      <div class="edu-training-edit">
 | 
	
		
			
				|  |  | -        <DialogCom title="调阅详情" :visible.sync="isShow" width="960px">
 | 
	
		
			
				|  |  | +        <DialogCom title="调阅任务详情" :visible.sync="isShow" width="960px">
 | 
	
		
			
				|  |  |              <div class="page-body">
 | 
	
		
			
				|  |  |                  <el-form :model="formData" size="small" ref="form" label-position="right" label-width="120px"
 | 
	
		
			
				|  |  |                      label-suffix=":">
 | 
	
	
		
			
				|  | @@ -13,7 +13,7 @@
 | 
	
		
			
				|  |  |                          </el-col>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                          <el-col :span="12">
 | 
	
		
			
				|  |  | -                            <el-form-item label="任务状态">
 | 
	
		
			
				|  |  | +                            <el-form-item label="任务进度">
 | 
	
		
			
				|  |  |                                  <template>
 | 
	
		
			
				|  |  |                                      <dict-tag :options="dict.type.retrieval_task_status" :value="formData.status"/>
 | 
	
		
			
				|  |  |                                  </template>
 |