上报库 增加一般导出按钮注释

This commit is contained in:
zyx.net
2023-06-09 15:19:45 +08:00
parent 12d84e2d90
commit 9ba12690a3
@@ -125,10 +125,10 @@
{{$t('preservation')}}
</div>
<!-- 导出-->
<div @click="handleExport" class="operator-text" v-has="'report:detail:export:normal'">
<a-icon type="export"/>
{{$t('dataExport')}}
</div>
<!-- <div @click="handleExport" class="operator-text" v-has="'report:detail:export:normal'">-->
<!-- <a-icon type="export"/>-->
<!-- {{$t('dataExport')}}-->
<!-- </div>-->
<div @click="ConventionalExport" class="operator-text" v-has="'report:detail:export:normal'">
<a-icon type="export" :rotate="-90"/>
{{$t('ConventionalExport')}}