md
This commit is contained in:
parent
805b2c46de
commit
ea0cf6d546
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user