| | |
| | | }); |
| | | |
| | | type Form = { |
| | | name?: string; |
| | | id?: string; |
| | | }; |
| | | |
| | | const visible = defineModel({ type: Boolean }); |
| | |
| | | columns: [ |
| | | { |
| | | label: '付款人账户', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '收款人账户', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '付款人名称', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '收款人名称', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '付款人开户行', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '收款人开户行', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '币种', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '交易金额', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'money', |
| | | }, |
| | | { |
| | | label: '用途', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '摘要', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '交易时间', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | { |
| | | label: '交易状态', |
| | | key: 'name', |
| | | key: 'id', |
| | | type: 'text', |
| | | }, |
| | | ], |