md
This commit is contained in:
parent
cf23c2d147
commit
30551da77a
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user