Browse Source

账户流水:调整列表

lxf 1 year ago
parent
commit
77059ff476
1 changed files with 7 additions and 13 deletions
  1. 7 13
      src/views/finance/fundManage/accountStatement/index.vue

+ 7 - 13
src/views/finance/fundManage/accountStatement/index.vue

@@ -206,13 +206,13 @@ const config = computed(() => {
         width: 120,
         width: 120,
       },
       },
     },
     },
-    // {
-    //   attrs: {
-    //     label: "交易金额",
-    //     slot: "amount",
-    //     width: 200,
-    //   },
-    // },
+    {
+      attrs: {
+        label: "摘要",
+        prop: "remarks",
+        "min-width": 300,
+      },
+    },
     {
     {
       attrs: {
       attrs: {
         label: "对方账户",
         label: "对方账户",
@@ -236,12 +236,6 @@ const config = computed(() => {
     },
     },
     {
     {
       attrs: {
       attrs: {
-        label: "摘要",
-        prop: "remarks",
-      },
-    },
-    {
-      attrs: {
         label: "操作",
         label: "操作",
         width: "120",
         width: "120",
         align: "center",
         align: "center",