车辆接口更新
This commit is contained in:
		@ -413,16 +413,17 @@ resourceStatus: any;
 | 
			
		||||
        width: '120px',
 | 
			
		||||
        className: 'text-left',
 | 
			
		||||
        buttons: [
 | 
			
		||||
          {
 | 
			
		||||
            text: '查看评价 ',
 | 
			
		||||
            click: (_record) => this.viewEvaluate(_record),
 | 
			
		||||
            iif: item => item.billStatus == '5',
 | 
			
		||||
          },
 | 
			
		||||
         
 | 
			
		||||
          {
 | 
			
		||||
            text: '运费变更记录',
 | 
			
		||||
            click: (_record) => this.OpenPrice(_record),
 | 
			
		||||
            iif: item => item.billStatus == '4' || item.billStatus == '5' || item.billStatus == '2' || item.billStatus == '3' || item.billStatus == '6', 
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
            text: '查看评价 ',
 | 
			
		||||
            click: (_record) => this.viewEvaluate(_record),
 | 
			
		||||
            iif: item => item.billStatus == '5',
 | 
			
		||||
          },
 | 
			
		||||
          {
 | 
			
		||||
            text: '变更运费 ',
 | 
			
		||||
            click: (_record) => this.updateFreight(_record),
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user