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

This commit is contained in:
zyx.net
2022-08-05 18:08:36 +08:00
parent 859943fb5d
commit 34cde577e5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1235,7 +1235,7 @@ module.exports = {
addComparison: 'Add comparison',
showOrNot: 'Show or not',
comparisonMarket: 'Comparison Market',
share: 'share',
share: 'Share',
simplifiedChinese:'Simplified Chinese',
uploadOnly:'Upload only',
turnOnAutoMatch:'Turn on auto match',
@@ -1,7 +1,7 @@
<template>
<div>
<a-drawer
:title="$t('Push')"
:title="$t('share')"
:maskClosable="false"
:width="600"
placement="right"