|
|
@ -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> |
|
|
|