mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
feat(视图): 视图明细导出增加权限控制
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="showChartInfoType==='details'"
|
||||
v-permission="['view:export']"
|
||||
size="mini"
|
||||
@click="exportExcel"
|
||||
>
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
</el-button>
|
||||
<el-button
|
||||
v-if="showChartInfoType==='details'"
|
||||
v-permission="['view:export']"
|
||||
size="mini"
|
||||
@click="exportExcel"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user