稳态数据调整
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
</template>
|
||||
<template #operation>
|
||||
<el-button icon="el-icon-Download" type="primary" @click="exportEvent">导出excel</el-button>
|
||||
<el-button icon="el-icon-Download" :loading="loading" @click="exportReport" type="primary">
|
||||
<el-button icon="el-icon-Download" :loading="loading" @click="exportReport" type="primary" v-if="VITE_FLAG">
|
||||
下载报告
|
||||
</el-button>
|
||||
</template>
|
||||
@@ -69,6 +69,7 @@ import { ElMessage } from 'element-plus'
|
||||
defineOptions({
|
||||
name: 'harmonic-boot/xieboReport'
|
||||
})
|
||||
const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
|
||||
const showTree = ref(false)
|
||||
const height = mainHeight(20)
|
||||
const size = ref(23)
|
||||
|
||||
Reference in New Issue
Block a user