feat : 台账导入
This commit is contained in:
@@ -19,9 +19,9 @@
|
|||||||
<fvSearchForm :searchConfig="searchConfig" @search="search"></fvSearchForm>
|
<fvSearchForm :searchConfig="searchConfig" @search="search"></fvSearchForm>
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<el-button color="#DED0B2" @click="exportExcelHandler">导出</el-button>
|
<el-button color="#DED0B2" @click="exportExcelHandler">导出</el-button>
|
||||||
<import-excel :projectId="projectId" v-if="!buttonShow" @success="importTheExpenseLedger"/>
|
<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="handleUploadFee">上传费用</el-button>
|
||||||
<el-button color="#DED0B2" v-if="!buttonShow" @click="handleUpdateTable">表格更新</el-button>
|
<el-button color="#DED0B2" v-if="buttonShow" @click="handleUpdateTable">表格更新</el-button>
|
||||||
</div>
|
</div>
|
||||||
<fvTable ref="tableIns" :tableConfig="tableConfig" @selectionChange="selectionChange">
|
<fvTable ref="tableIns" :tableConfig="tableConfig" @selectionChange="selectionChange">
|
||||||
<template #empty>
|
<template #empty>
|
||||||
|
|||||||
Reference in New Issue
Block a user