|  | @@ -9,7 +9,7 @@
 | 
	
		
			
				|  |  |          <template slot-scope="{type,size,row,index}" slot="menu">
 | 
	
		
			
				|  |  |            <!--<el-button icon="el-icon-view" :size="size" :type="type" @click="check(row)">查看</el-button>-->
 | 
	
		
			
				|  |  |            <!--  :disabled="Number(row.sendTotalNum) == Number(row.goodsTotalNum)" 之前的判断是否修改的条件 -->
 | 
	
		
			
				|  |  | -          <el-button type="text" size="small" :disabled="row.statusName != '待处理'" @click="rowCell(row, index)">{{
 | 
	
		
			
				|  |  | +          <el-button type="text" size="small" :disabled="row.statusName == '已完成'" @click="rowCell(row, index)">{{
 | 
	
		
			
				|  |  |              row.$cellEdit ? '保存' : '修改' }}
 | 
	
		
			
				|  |  |            </el-button>
 | 
	
		
			
				|  |  |            <!-- <el-button :disabled="row.statusName === '已派工'" :size="size" :type="type"
 |