|
@@ -3,27 +3,31 @@
|
|
<div class="content">
|
|
<div class="content">
|
|
<byTable :source="sourceList.data" :pagination="sourceList.pagination" :config="config" :loading="loading" :selectConfig="selectConfig"
|
|
<byTable :source="sourceList.data" :pagination="sourceList.pagination" :config="config" :loading="loading" :selectConfig="selectConfig"
|
|
highlight-current-row :action-list="[
|
|
highlight-current-row :action-list="[
|
|
- {
|
|
|
|
- text: '添加借款',
|
|
|
|
- action: () => addloan(),
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
text: '导出Excel',
|
|
text: '导出Excel',
|
|
action: () => deriveExcel(),
|
|
action: () => deriveExcel(),
|
|
},
|
|
},
|
|
- {
|
|
|
|
- text: '内部转账',
|
|
|
|
- action: () => openTransferMoney('add'),
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- text: '退税登记',
|
|
|
|
- action: () => openModalOne('add'),
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
|
|
+
|
|
{
|
|
{
|
|
text: '添加流水',
|
|
text: '添加流水',
|
|
action: () => openModal('add'),
|
|
action: () => openModal('add'),
|
|
},
|
|
},
|
|
]" @get-list="getList">
|
|
]" @get-list="getList">
|
|
|
|
+ <!-- {
|
|
|
|
+ text: '添加借款',
|
|
|
|
+ action: () => addloan(),
|
|
|
|
+
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ text: '内部转账',
|
|
|
|
+ action: () => openTransferMoney('add'),
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ text: '退税登记',
|
|
|
|
+ action: () => openModalOne('add'),
|
|
|
|
+ }, -->
|
|
<!-- <template #amount="{ item }">
|
|
<!-- <template #amount="{ item }">
|
|
<div :style="'color: ' + (item.status === '10' ? '#04cb04;' : 'red;')">
|
|
<div :style="'color: ' + (item.status === '10' ? '#04cb04;' : 'red;')">
|
|
<span style="padding-right: 4px">{{ item.currency }}</span>
|
|
<span style="padding-right: 4px">{{ item.currency }}</span>
|