| | |
| | | </el-button> --> |
| | | <el-button type="warning" plain icon="Download" @click="handleExport" v-hasPermi="['cwgl:fundFlow:export']">导出 |
| | | </el-button> |
| | | <el-button type="warning" plain icon="Upload" @click="handleImport" |
| | | v-hasPermi="['cwgl:fundFlow:import']">导入 |
| | | </el-button> |
| | | </template> |
| | | <template #menu="{ size, row, index }"> |
| | | <el-link v-if="row.status == '0'" class="link-btn" type="primary" icon="Edit" :underline="false" :size="size" |
| | |
| | | </avue-crud> |
| | | </basicContainer> |
| | | <OperationLogModal ref="logModalRef" /> |
| | | <XlsFileImport title="资金流水导入" uploadUrl="/cwgl/fundFlow/importData" templateUrl="/cwgl/fundFlow/importTemplate" |
| | | :open="pageF.importOpen" @submit="importSubmit" @cancel="pageF.importOpen = false" /> |
| | | |
| | | <ClaimBillDialog ref="claimDialogRef" @submit="handleClaimSubmit" /> |
| | | </template> |
| | |
| | | } |
| | | }); |
| | | } |
| | | const handleImport = () => { |
| | | pageF.importOpen = true; |
| | | } |
| | | const importSubmit = () => { |
| | | pageF.importOpen = false; |
| | | onLoad(page.value); |
| | | }; |
| | | /* listFundFlowClaimDetail */ |
| | | </script> |