b8da8e1f by xukangle

fix:看板增加调用数字段

1 parent 146525fb
...@@ -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) + '万元';
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!