|  | @@ -188,7 +188,7 @@ export default {
 | 
	
		
			
				|  |  |          { title: '审核时间', dataIndex: 'auditTime', width: '11%', align: 'center', customRender: function (text) { return text || '--' } }
 | 
	
		
			
				|  |  |        ]
 | 
	
		
			
				|  |  |        if (this.$hasPermissions('M_ShowAllCost')) {
 | 
	
		
			
				|  |  | -        arr.splice(7, 0, { title: '成本', dataIndex: 'purchaseTotalCost', width: '5%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
 | 
	
		
			
				|  |  | +        arr.splice(8, 0, { title: '成本', dataIndex: 'purchaseTotalCost', width: '5%', align: 'right', customRender: function (text) { return ((text || text == 0) ? _this.toThousands(text) : '--') } })
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        return arr
 | 
	
		
			
				|  |  |      }
 |