b8da8e1f by xukangle

fix:看板增加调用数字段

1 parent 146525fb
......@@ -341,11 +341,11 @@ const financingTableInfo = ref({
// columClass: 'text_btn',
// value: "detail",
},
// { label: "授信日期", field: "creditGrantingTime", width: 110 },
{ label: "调用数", field: "callApiNumber", width: 100, align: "right", },
{
label: "调用次数",
field: "callApiCount",
width: 140,
width: 100,
align: "right",
// getName: (scope) => {
// 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!