From 223dfb6ac71d9c2fb26b5597f2f72c896ec18f3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Mon, 25 Sep 2023 17:40:35 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E5=9B=BD=E5=86=85=E3=80=81=E6=B5=B7?= =?UTF-8?q?=E5=A4=96=E8=AF=A6=E6=83=85=EF=BC=8C=E8=BF=87=E7=A8=8B=E7=A8=BF?= =?UTF-8?q?=E4=BB=B6=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../standardRegulationLibrary/commonPage/StandardDetailPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue b/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue index 5852e4f8..9c0d77f9 100644 --- a/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue +++ b/src/views/standardRegulationLibrary/commonPage/StandardDetailPage.vue @@ -170,7 +170,7 @@ export default { // 页面数据 detailData: {}, // 文件的字段 - fileField: ['associated_file', 'modification_list', 'draft_for_review', 'draft_for_approval', 'draft_for_comment', 'draft'], + fileField: ['associated_file', 'publish_of_original', 'publish_of_translation', 'modification_list', 'draft_for_review', 'draft_for_approval', 'draft_for_comment', 'draft'], // 需要数据字段翻译的属性类型 needDictFieldList: [FieldType.USER_SINGLE.value, FieldType.ORGAN_SINGLE.value, FieldType.STANDARD_MORE.value, FieldType.ORGAN_MORE.value, FieldType.OPTION_SINGLE.value, FieldType.OPTION_MORE.value, FieldType.TREE.value], image: false,