This commit is contained in:
linfso 2025-05-19 19:13:18 +08:00
parent 8c0b961570
commit 103c34a6d5

View File

@ -192,15 +192,16 @@
@click="handleExport"
v-hasPermi="['emis:emisSettleInvoiceChRecord:export']"
>导出</el-button>
</el-col>
<el-col :span="1.5">
<el-button
type="warning"
plain
icon="el-icon-download"
size="mini"
@click="handleCustomExport"
v-hasPermi="['emis:emisSettleInvoiceChRecord:export']"
>定制导出</el-button>
<el-button
type="warning"
plain
icon="el-icon-download"
size="mini"
@click="handleCustomExport"
v-hasPermi="['emis:emisSettleInvoiceChRecord:export']"
>定制导出</el-button>
</el-col>
</el-row>
</div>