新增报表

This commit is contained in:
‘937886381’
2024-04-23 13:52:10 +08:00
parent 5ea4c219ed
commit 2f98b42bd2
7 changed files with 579 additions and 101 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-01-24 15:15:24
* @LastEditTime: 2024-04-22 16:14:19
* @LastEditTime: 2024-04-23 09:05:08
* @LastEditors: zhp
* @Description:
-->
@@ -16,9 +16,9 @@
</el-date-picker>
</el-form-item>
<el-form-item>
<el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:query')" type="primary" size="small"
<el-button type="primary" size="small"
@click="getDataList">查询</el-button>
<el-button v-if="this.$auth.hasPermi('base:report-auto-original-glass:export')" type="primary" size="small"
<el-button type="primary" size="small"
plain @click="handleExport">导出</el-button>
</el-form-item>
</el-form>