From 37ef14079507ccdc9dfc0e9e5bf73839c8bbc541 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 15 Jan 2026 21:14:53 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=88=97=E8=A1=A8]=E8=AF=95=E5=89=82?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/resource/sj/comps/Xq.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/views/business/resource/sj/comps/Xq.vue b/src/views/business/resource/sj/comps/Xq.vue index 2a4608f..39560dc 100644 --- a/src/views/business/resource/sj/comps/Xq.vue +++ b/src/views/business/resource/sj/comps/Xq.vue @@ -8,10 +8,11 @@
- {{$t('form.cancel')}} + {{ $t('form.cancel') }}
-
{{ $t('page.business.resource.sj.sjxq') }}
+
{{ $t('page.business.resource.sj.sjxq') + }}
@@ -112,9 +113,16 @@
+ :show-overflow-tooltip="true" > + + + @@ -179,7 +187,7 @@ export default { created() { }, methods: { - exportExcel(){ + exportExcel() { alert('todo') }, jcgjListHandleQuery(val) { From 1f257d6d216af5806933557b0d96211278ce5a61 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 15 Jan 2026 21:21:51 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=88=97=E8=A1=A8]=E8=AF=95=E5=89=82?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/business/resource/sj.js | 1 + src/lang/zh/business/resource/sj.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lang/en/business/resource/sj.js b/src/lang/en/business/resource/sj.js index 753a4f9..3a4db55 100644 --- a/src/lang/en/business/resource/sj.js +++ b/src/lang/en/business/resource/sj.js @@ -54,6 +54,7 @@ export default { bz: 'Comment/Reason', czsj: 'Datetime', + jbxx: 'Basic Information', jcgj: 'Track Record', sqgd: 'Apply for Archiving', sqjd: 'Apply for De-archiving', diff --git a/src/lang/zh/business/resource/sj.js b/src/lang/zh/business/resource/sj.js index 23bf598..cebb254 100644 --- a/src/lang/zh/business/resource/sj.js +++ b/src/lang/zh/business/resource/sj.js @@ -55,6 +55,7 @@ export default { bz: '备注/原因', czsj: '操作时间', + jbxx: '基本信息', jcgj: '稽查轨迹', sqgd: '申请归档', sqjd: '申请解档案', From 2644b25f85f38f5c71eb87e01fc80f9e9374af9a Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Thu, 15 Jan 2026 21:22:14 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E7=89=A9=E8=B5=84=E5=88=97=E8=A1=A8]=E8=AF=95=E5=89=82?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/resource/sj/comps/Xq.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/business/resource/sj/comps/Xq.vue b/src/views/business/resource/sj/comps/Xq.vue index 39560dc..85e8b13 100644 --- a/src/views/business/resource/sj/comps/Xq.vue +++ b/src/views/business/resource/sj/comps/Xq.vue @@ -17,7 +17,7 @@
-
基本信息
+
{{ $t('page.business.resource.sj.jbxx') }}