wupengfei
6 天以前 4a2f04f965731330483416fc114ee172d5102dd4
feat: 资金管理
1个文件已修改
5 ■■■■ 已修改文件
src/views/FinanceManage/components/BalanceDetailDialog.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/FinanceManage/components/BalanceDetailDialog.vue
@@ -1,5 +1,5 @@
<template>
  <ProDialog title="余额明细" v-model="visible" destroy-on-close draggable>
  <ProDialog title="余额明细" v-model="visible" destroy-on-close draggable width="1200px">
    <ProDialogTableWrapper :height="500">
      <ProTableQueryFilterBar @on-reset="reset">
        <template #query>
@@ -94,16 +94,19 @@
    id: '2',
    enCode: 'income',
    name: '收入',
    width: 100,
  },
  {
    id: '3',
    enCode: 'outcome',
    name: '支出',
    width: 100,
  },
  {
    id: '4',
    enCode: 'balance',
    name: '账户余额',
    width: 100,
  },
  {
    id: '4',