feat : 台账导入

This commit is contained in:
2024-07-19 00:43:11 +08:00
parent 0a2004e3ce
commit e9333f7859

View File

@@ -19,9 +19,9 @@
<fvSearchForm :searchConfig="searchConfig" @search="search"></fvSearchForm>
<div style="display: flex">
<el-button color="#DED0B2" @click="exportExcelHandler">导出</el-button>
<import-excel :projectId="projectId" v-if="!buttonShow" @success="importTheExpenseLedger"/>
<el-button color="#DED0B2" v-if="!buttonShow" @click="handleUploadFee">上传费用</el-button>
<el-button color="#DED0B2" v-if="!buttonShow" @click="handleUpdateTable">表格更新</el-button>
<import-excel :projectId="projectId" v-if="buttonShow" @success="importTheExpenseLedger"/>
<el-button color="#DED0B2" v-if="buttonShow" @click="handleUploadFee">上传费用</el-button>
<el-button color="#DED0B2" v-if="buttonShow" @click="handleUpdateTable">表格更新</el-button>
</div>
<fvTable ref="tableIns" :tableConfig="tableConfig" @selectionChange="selectionChange">
<template #empty>