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

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', addComparison: 'Add comparison',
showOrNot: 'Show or not', showOrNot: 'Show or not',
comparisonMarket: 'Comparison Market', comparisonMarket: 'Comparison Market',
share: 'share', share: 'Share',
simplifiedChinese:'Simplified Chinese', simplifiedChinese:'Simplified Chinese',
uploadOnly:'Upload only', uploadOnly:'Upload only',
turnOnAutoMatch:'Turn on auto match', turnOnAutoMatch:'Turn on auto match',
@@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<a-drawer <a-drawer
:title="$t('Push')" :title="$t('share')"
:maskClosable="false" :maskClosable="false"
:width="600" :width="600"
placement="right" placement="right"