test/custom-admin-ui #3
@@ -70,7 +70,8 @@ function getQrCodeUrl(code: string) {
|
|||||||
<el-drawer :append-to-body="true" v-model="fileBoxStore.showFileBox" direction="btt" style="max-width: 1080px;margin: auto;"
|
<el-drawer :append-to-body="true" v-model="fileBoxStore.showFileBox" direction="btt" style="max-width: 1080px;margin: auto;"
|
||||||
size="400">
|
size="400">
|
||||||
<template #header>
|
<template #header>
|
||||||
<h4>{{t('fileBox.fileBox')}}</h4>
|
<h4 v-if="route.name=='home'">{{t('fileBox.receiveFileBox')}}</h4>
|
||||||
|
<h4 v-else>{{t('fileBox.sendFileBox')}}</h4>
|
||||||
</template>
|
</template>
|
||||||
<template #default>
|
<template #default>
|
||||||
<div v-if="route.name=='home'" style="display: flex;flex-wrap: wrap;justify-content: center">
|
<div v-if="route.name=='home'" style="display: flex;flex-wrap: wrap;justify-content: center">
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ export default {
|
|||||||
fileBox: {
|
fileBox: {
|
||||||
copySuccess: 'Copied successfully',
|
copySuccess: 'Copied successfully',
|
||||||
inputNotEmpty: 'Please enter the five-digit pickup code',
|
inputNotEmpty: 'Please enter the five-digit pickup code',
|
||||||
fileBox: 'File Box',
|
sendFileBox: 'Send File Box',
|
||||||
|
receiveFileBox: 'Receive File Box',
|
||||||
textDetail: 'Text Detail',
|
textDetail: 'Text Detail',
|
||||||
copy: 'Copy',
|
copy: 'Copy',
|
||||||
close: 'Close',
|
close: 'Close',
|
||||||
|
|||||||
@@ -31,7 +31,8 @@ export default {
|
|||||||
fileBox: {
|
fileBox: {
|
||||||
copySuccess: '复制成功',
|
copySuccess: '复制成功',
|
||||||
inputNotEmpty: '请输入五位取件码',
|
inputNotEmpty: '请输入五位取件码',
|
||||||
fileBox: '文件箱',
|
sendFileBox: '发件箱',
|
||||||
|
receiveFileBox: '收件箱',
|
||||||
textDetail: '文本详情',
|
textDetail: '文本详情',
|
||||||
copy: '复 制',
|
copy: '复 制',
|
||||||
close: '关 闭',
|
close: '关 闭',
|
||||||
|
|||||||
Reference in New Issue
Block a user