This commit is contained in:
linfso 2025-05-12 13:19:15 +08:00
parent cf23c2d147
commit 30551da77a

View File

@ -616,6 +616,14 @@ export default {
return v['applyRemark']+'/'+v['remark'];
}
if (j === 'settleType') {
if(v[j] == 1){
return '现金';
}
else if(v[j] == 2){
return '月结';
}
}
if (j === 'openChStatus') {
if(v[j] == -1){