浏览代码

账户流水:调整列表

lxf 1 年之前
父节点
当前提交
77059ff476
共有 1 个文件被更改,包括 7 次插入13 次删除
  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",