Explorar o código

账户流水:调整列表

lxf hai 1 ano
pai
achega
77059ff476
Modificáronse 1 ficheiros con 7 adicións e 13 borrados
  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,
       },
     },
-    // {
-    //   attrs: {
-    //     label: "交易金额",
-    //     slot: "amount",
-    //     width: 200,
-    //   },
-    // },
+    {
+      attrs: {
+        label: "摘要",
+        prop: "remarks",
+        "min-width": 300,
+      },
+    },
     {
       attrs: {
         label: "对方账户",
@@ -236,12 +236,6 @@ const config = computed(() => {
     },
     {
       attrs: {
-        label: "摘要",
-        prop: "remarks",
-      },
-    },
-    {
-      attrs: {
         label: "操作",
         width: "120",
         align: "center",