fix:看板增加调用数字段
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -341,11 +341,11 @@ const financingTableInfo = ref({ | ... | @@ -341,11 +341,11 @@ const financingTableInfo = ref({ |
| 341 | // columClass: 'text_btn', | 341 | // columClass: 'text_btn', |
| 342 | // value: "detail", | 342 | // value: "detail", |
| 343 | }, | 343 | }, |
| 344 | // { label: "授信日期", field: "creditGrantingTime", width: 110 }, | 344 | { label: "调用数", field: "callApiNumber", width: 100, align: "right", }, |
| 345 | { | 345 | { |
| 346 | label: "调用次数", | 346 | label: "调用次数", |
| 347 | field: "callApiCount", | 347 | field: "callApiCount", |
| 348 | width: 140, | 348 | width: 100, |
| 349 | align: "right", | 349 | align: "right", |
| 350 | // getName: (scope) => { | 350 | // getName: (scope) => { |
| 351 | // return changeNum(scope.row.creditGrantingMoney ?? 0, 2, true) + '万元'; | 351 | // return changeNum(scope.row.creditGrantingMoney ?? 0, 2, true) + '万元'; | ... | ... |
-
Please register or sign in to post a comment