feat(视图): 视图明细导出增加权限控制

This commit is contained in:
wangjiahao
2023-01-11 11:08:54 +08:00
parent 5d65447dad
commit e0819f2506
3 changed files with 186 additions and 1 deletions

View File

@@ -121,6 +121,7 @@
</el-button>
<el-button
v-if="showChartInfoType==='details'"
v-permission="['view:export']"
size="mini"
@click="exportExcel"
>

View File

@@ -150,6 +150,7 @@
</el-button>
<el-button
v-if="showChartInfoType==='details'"
v-permission="['view:export']"
size="mini"
@click="exportExcel"
>