Browse Source

tob隐藏对账单按钮

dev
马远东 2 months ago
parent
commit
e61faffa71
  1. 2
      src/views/finance/ReconciliationDepositSlip.vue

2
src/views/finance/ReconciliationDepositSlip.vue

@ -94,7 +94,7 @@
<!-- 头部左侧按钮模块 --> <!-- 头部左侧按钮模块 -->
<div class="avue-crud__left"> <div class="avue-crud__left">
<!-- 审核 --> <!-- 审核 -->
<el-button type="primary" icon="Stamp" @click="handleConfirm">生成对账单</el-button> <el-button v-if="item.name === 2" type="primary" icon="Stamp" @click="handleConfirm">生成对账单</el-button>
<!-- 导出 --> <!-- 导出 -->
<el-button type="primary" icon="Download" @click="handleExport"> </el-button> <el-button type="primary" icon="Download" @click="handleExport"> </el-button>

Loading…
Cancel
Save