|
@@ -358,6 +358,16 @@ const config = computed(() => {
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
+ label: "放款状态",
|
|
|
+ prop: "accountPaymentStatus",
|
|
|
+ width: 120,
|
|
|
+ },
|
|
|
+ render(status) {
|
|
|
+ return proxy.dictValueLabel(status, paymentStatus.value);
|
|
|
+ },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ attrs: {
|
|
|
label: "付款账户",
|
|
|
prop: "accountManagementName",
|
|
|
width: 160,
|
|
@@ -381,16 +391,6 @@ const config = computed(() => {
|
|
|
},
|
|
|
{
|
|
|
attrs: {
|
|
|
- label: "放款状态",
|
|
|
- prop: "accountPaymentStatus",
|
|
|
- width: 120,
|
|
|
- },
|
|
|
- render(status) {
|
|
|
- return proxy.dictValueLabel(status, paymentStatus.value);
|
|
|
- },
|
|
|
- },
|
|
|
- {
|
|
|
- attrs: {
|
|
|
label: "操作",
|
|
|
width: "120",
|
|
|
align: "center",
|