文档库修改推送按钮为分享
This commit is contained in:
@@ -1233,4 +1233,5 @@ module.exports = {
|
||||
displayInformation:'Display information',
|
||||
addComparison:'Add comparison',
|
||||
showOrNot:'Show or not',
|
||||
share:'share',
|
||||
}
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user