|
|
|
@ -446,11 +446,11 @@ export default {
|
|
|
|
label: "财务审核",
|
|
|
|
label: "财务审核",
|
|
|
|
customFn:row => {
|
|
|
|
customFn:row => {
|
|
|
|
if(row.financial_status===1){
|
|
|
|
if(row.financial_status===1){
|
|
|
|
return (<span style="color:rgb(96, 109, 241)">待确认1</span>)
|
|
|
|
return (<span style="color:rgb(96, 109, 241)">待确认</span>)
|
|
|
|
}else if(row.financial_status===3){
|
|
|
|
}else if(row.financial_status===3){
|
|
|
|
return (<span style="color:rgb(219, 122, 122)">确认中3</span>)
|
|
|
|
return (<span style="color:rgb(219, 122, 122)">确认中</span>)
|
|
|
|
}else if(row.financial_status===2){
|
|
|
|
}else if(row.financial_status===2){
|
|
|
|
return (<span style="color:rgb(147, 201, 134)">已确认2</span>)
|
|
|
|
return (<span style="color:rgb(147, 201, 134)">已确认</span>)
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|