|  | @@ -69,7 +69,7 @@
 | 
	
		
			
				|  |  |        </el-table-column> -->
 | 
	
		
			
				|  |  |        <el-table-column prop="planCompletionTime" header-align="center" align="center" min-width="160" label="规定完成时间">
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  | -      <el-table-column prop="attachList" header-align="center" align="center" width="80" label="工单附件">
 | 
	
		
			
				|  |  | +      <el-table-column prop="attachList" header-align="center" align="center" width="80" label="节点附件">
 | 
	
		
			
				|  |  |          <template slot-scope="scope">
 | 
	
		
			
				|  |  |            <el-button :disabled="!scope.row.attachList || scope.row.attachList.length === 0" type="text" size="small"
 | 
	
		
			
				|  |  |              @click="changeDetails(scope.row.attachList)">查看</el-button>
 | 
	
	
		
			
				|  | @@ -81,6 +81,12 @@
 | 
	
		
			
				|  |  |              size="small" @click="changeDetails(scope.row.attachListComplete)">查看</el-button>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  | +      <el-table-column prop="attachListProDrawing" header-align="center" align="center" width="80" label="图纸附件">
 | 
	
		
			
				|  |  | +        <template slot-scope="scope">
 | 
	
		
			
				|  |  | +          <el-button :disabled="!scope.row.attachListProDrawing || scope.row.attachListProDrawing.length === 0" type="text"
 | 
	
		
			
				|  |  | +            size="small" @click="changeDetails(scope.row.attachListProDrawing)">查看</el-button>
 | 
	
		
			
				|  |  | +        </template>
 | 
	
		
			
				|  |  | +      </el-table-column>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        <el-table-column prop="historicalOperationRecords" header-align="center" align="center" width="160"
 | 
	
		
			
				|  |  |          :show-tooltip-when-overflow="true" label="操作记录">
 | 
	
	
		
			
				|  | @@ -88,6 +94,9 @@
 | 
	
		
			
				|  |  |        <el-table-column prop="nextOperator" header-align="center" align="center" min-width="140"
 | 
	
		
			
				|  |  |          :show-tooltip-when-overflow="true" label="下道工序">
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  | +      <el-table-column prop="processRoute" header-align="center" align="center" min-width="140"
 | 
	
		
			
				|  |  | +        :show-tooltip-when-overflow="true" label="工艺路线">
 | 
	
		
			
				|  |  | +      </el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column prop="backExplain" header-align="center" align="center" min-width="140"
 | 
	
		
			
				|  |  |          :show-tooltip-when-overflow="true" label="退回说明">
 | 
	
		
			
				|  |  |        </el-table-column>
 |