文档库修改推送按钮为分享

This commit is contained in:
zyx.net
2022-08-04 10:39:56 +08:00
parent ca2f4978a6
commit f7b55b5f32
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -1233,4 +1233,5 @@ module.exports = {
displayInformation:'Display information',
addComparison:'Add comparison',
showOrNot:'Show or not',
share:'share',
}
+1
View File
@@ -1336,4 +1336,5 @@ module.exports = {
displayInformation:'展示信息',
addComparison:'添加对比',
showOrNot:'是否展示',
share:'分享',
}
@@ -18,7 +18,7 @@
</div>
<div @click="handleCompare" class="operator-text" v-has="'document:pullMessage'">
<a-icon type="rocket" :rotate="45"/>
{{$t('Push')}}
{{$t('share')}}
</div>
<div @click="handleModule" class="operator-text" v-has="'document:exportTemplate'">
<a-icon type="download"/>