cz 1 年之前
父節點
當前提交
8328afc89b
共有 1 個文件被更改,包括 10 次插入10 次删除
  1. 10 10
      src/views/finance/fundManage/funds/index.vue

+ 10 - 10
src/views/finance/fundManage/funds/index.vue

@@ -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",