wupengfei
2025-09-19 796e039b932c3de815814b2868b8e17fd0b3e4a5
fix: bug
4个文件已修改
8 ■■■■ 已修改文件
src/views/FinanceManage/components/UsageDetailView.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ServiceChargeManage/BalanceManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/ServiceChargeManage/components/BalanceDetailDialog.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/WithdrawManage/WithdrawManageList.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/FinanceManage/components/UsageDetailView.vue
@@ -44,7 +44,7 @@
  },
  {
    defaultExtraParams: {
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Asc }],
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
    },
    columnsRenderProps: {},
  }
src/views/ServiceChargeManage/BalanceManage.vue
@@ -116,7 +116,7 @@
      keywords: '',
      balanceMin: null as number,
      balanceMax: null as number,
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Asc }],
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
    },
    columnsRenderProps: {
      balance: { type: 'money' },
src/views/ServiceChargeManage/components/BalanceDetailDialog.vue
@@ -168,7 +168,7 @@
    defaultExtraParams: {
      type: '' as any as EnumUserWalletTransactionType,
      creationTime: [] as unknown as ModelValueType,
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Asc }],
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
    },
    columnsRenderProps: {
      transDate: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
src/views/WithdrawManage/WithdrawManageList.vue
@@ -122,7 +122,7 @@
      keywords: '',
      status: '',
      time: [] as unknown as ModelValueType,
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Asc }],
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
    },
    columnsRenderProps: {
      balance: { type: 'money' },