Browse Source

fix:[资源库管理]钥匙发放翻译

lkf
15881625488@163.com 2 months ago
parent
commit
255181e541
3 changed files with 6 additions and 6 deletions
  1. +3
    -3
      src/lang/en/business/resource/zcg.js
  2. +1
    -1
      src/views/business/resource/zcg/comps/Ysff.vue
  3. +2
    -2
      src/views/business/resource/zcg/comps/Ysgh.vue

+ 3
- 3
src/lang/en/business/resource/zcg.js View File

@ -12,13 +12,13 @@ export default {
ysff: 'Issue Key', ysff: 'Issue Key',
gh: 'Return', gh: 'Return',
ysgh: 'Return Key', ysgh: 'Return Key',
ysghts: '请确认是否归还以下钥匙',
ysghts: 'Confirm to return the key',
ghr1Id: 'Key 1 Returner', ghr1Id: 'Key 1 Returner',
ghr1mm: 'Key 1 Returner Password', ghr1mm: 'Key 1 Returner Password',
ghr2Id: 'Key 2 Returner', ghr2Id: 'Key 2 Returner',
ghr2mm: 'Key 2 Returner Password', ghr2mm: 'Key 2 Returner Password',
jsr: '接收人',
jsrmm: '接收人密码',
jsr: 'Recipient',
jsrmm: 'Recipient Password',
qmyy: 'Meaning of Signature', qmyy: 'Meaning of Signature',
remark: 'Comment', remark: 'Comment',
lqr1Id: 'Key 1 Recipient', lqr1Id: 'Key 1 Recipient',

+ 1
- 1
src/views/business/resource/zcg/comps/Ysff.vue View File

@ -3,7 +3,7 @@
<!-- 钥匙发放弹窗 --> <!-- 钥匙发放弹窗 -->
<el-dialog :title="$t('page.business.resource.zcg.ysff')" :visible.sync="open" width="1000px" append-to-body <el-dialog :title="$t('page.business.resource.zcg.ysff')" :visible.sync="open" width="1000px" append-to-body
:close-on-click-modal="false"> :close-on-click-modal="false">
<el-form ref="form" :model="form" :rules="rules" label-width="170px" v-if="open">
<el-form ref="form" :model="form" :rules="rules" :label-width="$i18n.locale === 'zh_CN'?'170px':'200px'" v-if="open">
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div> <div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">

+ 2
- 2
src/views/business/resource/zcg/comps/Ysgh.vue View File

@ -3,12 +3,12 @@
<!-- 钥匙归还弹窗 --> <!-- 钥匙归还弹窗 -->
<el-dialog :title="$t('page.business.resource.zcg.ysgh')" :visible.sync="open" width="1000px" append-to-body <el-dialog :title="$t('page.business.resource.zcg.ysgh')" :visible.sync="open" width="1000px" append-to-body
:close-on-click-modal="false"> :close-on-click-modal="false">
<el-form ref="form" :model="form" :rules="rules" label-width="160px" v-if="open">
<el-form ref="form" :model="form" :rules="rules" :label-width="$i18n.locale === 'zh_CN'?'170px':'200px'" v-if="open">
<div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div> <div class="sbzdtcma"> <input type="text"> <input type="password" show-password> </div>
<template v-if="isBatch"> <template v-if="isBatch">
<el-alert :title="$t('page.business.resource.zcg.ysghts')" type="error" :closable="false"> <el-alert :title="$t('page.business.resource.zcg.ysghts')" type="error" :closable="false">
</el-alert> </el-alert>
<el-row style="margin:10px 0px;">
<el-row style="margin:0px 0px;">
<el-col :span="24"> <el-col :span="24">
<SelectList :value="selectList" /> <SelectList :value="selectList" />
</el-col> </el-col>

Loading…
Cancel
Save