Browse Source

数据列表中的请款时间错误

lxf 1 year ago
parent
commit
2579c32e9a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/finance/fundManage/funds/index.vue

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

@@ -305,7 +305,7 @@ const config = computed(() => {
     {
       attrs: {
         label: "请款时间",
-        prop: "paymentTime",
+        prop: "createTime",
       },
     },
     {