This commit is contained in:
linfso 2024-09-03 09:56:16 +08:00
parent 805b2c46de
commit ea0cf6d546

View File

@ -171,7 +171,7 @@
<div slot="toolbar" >
<el-row :gutter="10" class="mb8">
<el-col :span="1.5" v-if="activeTab=='waitConfirm'">
<el-col :span="1.5" v-if="activeTab=='waitConfirm' || activeTab=='all'">
<el-button
type="primary"
plain
@ -181,7 +181,7 @@
v-hasPermi="['emis:emisSettleSubBill:confirmBillByCenter']"
>批量确认</el-button>
</el-col>
<el-col :span="1.5" v-if="activeTab=='waitConfirm'">
<el-col :span="1.5" v-if="activeTab=='waitConfirm' || activeTab=='all'">
<el-button
type="primary"
plain