|  | @@ -36,16 +36,16 @@
 | 
	
		
			
				|  |  |          width="400"
 | 
	
		
			
				|  |  |          label="活动名">
 | 
	
		
			
				|  |  |          <template slot-scope="scope">
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 110">入库</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 120">出库</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 130">货转</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 140">调拨</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 150">计算仓储费</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 210">对账</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 220">收费</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 230">付费</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 310">仓储费</span>
 | 
	
		
			
				|  |  | -          <span v-if="scope.row.actId === 320">计划费</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 110">入库审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 120">出库审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 130">货转审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 140">调拨审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 150">计算仓储费审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 210">对账审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 220">收费审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 230">付费审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 310">协议仓储费审批流程</span>
 | 
	
		
			
				|  |  | +          <span v-if="scope.row.actId === 320">协议计划费审批流程</span>
 | 
	
		
			
				|  |  |          </template>
 | 
	
		
			
				|  |  |        </el-table-column>
 | 
	
		
			
				|  |  |        <el-table-column
 |