From 02d3ea45de0a29adab806b40164386b2321524ee Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 15 Jan 2026 13:42:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E8=B5=84=E6=BA=90=E5=BA=93=E7=AE=A1?= =?UTF-8?q?=E7=90=86][=E4=BB=AA=E5=99=A8=E7=AE=A1=E7=90=86]=E4=B8=AD?= =?UTF-8?q?=E8=8B=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/resource/yq.js | 4 +++- src/lang/zh/business/resource/yq.js | 4 +++- src/views/business/resource/yq/list.vue | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/lang/en/business/resource/yq.js b/src/lang/en/business/resource/yq.js index f8a502c..3515c24 100644 --- a/src/lang/en/business/resource/yq.js +++ b/src/lang/en/business/resource/yq.js @@ -7,5 +7,7 @@ export default { ssbm: 'Department', yqxh: 'Type', yqly: 'Source', - wc: 'Compartment' + wc: 'Compartment', + xzyq: 'Add Instrument', + bjyq: 'Edit Instrument Information' } diff --git a/src/lang/zh/business/resource/yq.js b/src/lang/zh/business/resource/yq.js index 2d27736..a5ebc04 100644 --- a/src/lang/zh/business/resource/yq.js +++ b/src/lang/zh/business/resource/yq.js @@ -8,5 +8,7 @@ export default { yqxh: '仪器型号', yqly: '仪器来源', wc: '温层', - xgnr: '修改内容' + xgnr: '修改内容', + xzyq: '新增仪器', + bjyq: '编辑仪器', } \ No newline at end of file diff --git a/src/views/business/resource/yq/list.vue b/src/views/business/resource/yq/list.vue index b545201..dc5e949 100644 --- a/src/views/business/resource/yq/list.vue +++ b/src/views/business/resource/yq/list.vue @@ -263,7 +263,7 @@ export default { jzrq: null, bmId: null, wc: null, - qmyy: '新增仪器' + qmyy: this.$t('page.business.resource.yq.xzyq'), } this.resetForm('form') }, @@ -290,7 +290,7 @@ export default { const id = row.id || this.ids yq_info({ id: id }).then((response) => { this.form = response.data - this.form.qmyy = this.$t('page.form.edit') + this.form.qmyy = this.$t('page.business.resource.yq.bjyq') this.open = true this.title = this.$t('form.edit') })