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: '申请解档案', diff --git a/src/views/business/resource/sj/comps/Xq.vue b/src/views/business/resource/sj/comps/Xq.vue index 2a4608f..85e8b13 100644 --- a/src/views/business/resource/sj/comps/Xq.vue +++ b/src/views/business/resource/sj/comps/Xq.vue @@ -8,15 +8,16 @@
- {{$t('form.cancel')}} + {{ $t('form.cancel') }}
-
{{ $t('page.business.resource.sj.sjxq') }}
+
{{ $t('page.business.resource.sj.sjxq') + }}
-
基本信息
+
{{ $t('page.business.resource.sj.jbxx') }}
@@ -112,9 +113,16 @@
+ :show-overflow-tooltip="true" > + + + @@ -179,7 +187,7 @@ export default { created() { }, methods: { - exportExcel(){ + exportExcel() { alert('todo') }, jcgjListHandleQuery(val) {