From 750129271b4c7407c7992bde2753b05cb29da473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Thu, 7 Sep 2023 18:20:00 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E9=97=AE=E9=A2=98=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/lang/en-us.js | 1 + .../lang/standardRegulationLibrary/en-us.js | 6 ++ .../lang/standardRegulationLibrary/zh-cn.js | 5 +- src/common/lang/zh-cn.js | 1 + .../modules/SubmitQuestionModal.vue | 98 ++++++++++++++++++- 5 files changed, 106 insertions(+), 5 deletions(-) diff --git a/src/common/lang/en-us.js b/src/common/lang/en-us.js index 5e97fce9..c89e2ba9 100644 --- a/src/common/lang/en-us.js +++ b/src/common/lang/en-us.js @@ -128,6 +128,7 @@ module.exports = { exportTip: 'Exporting, please wait', fileDownloadFail: 'File download failure', pleaseEnterTreeSystem: 'Please enter the tree system', + project: 'Project', // 树右键 treeRight: { addFolder: 'Create New Folder', diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index 1d23ae30..d71995c5 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -15,5 +15,11 @@ module.exports = { exportFileName: 'Domestic standard regulations', // 国内标准法规 exportZipName: 'Domestic standards and regulations (with documents)', // 国内标准法规(带文件) templateName: 'Import templates for domestic standards and regulations' // 国内标准法规导入模板 + }, + standardDetail: { + standardNumber: 'Standard Number', + problemOccurrenceTime: 'Problem occurrence time', + respondent: 'Respondent', + problemDescription: 'Problem description' } } diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index 9049bf67..61a8e452 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -17,6 +17,9 @@ module.exports = { templateName: '国内标准法规导入模板' }, standardDetail: { - title: '' + standardNumber: '标准编号', + problemOccurrenceTime: '问题发生时间', + respondent: '回答人', + problemDescription: '问题描述' } } diff --git a/src/common/lang/zh-cn.js b/src/common/lang/zh-cn.js index bcebf734..a51fb5cd 100644 --- a/src/common/lang/zh-cn.js +++ b/src/common/lang/zh-cn.js @@ -128,6 +128,7 @@ module.exports = { exportTip: '正在导出,请稍候', fileDownloadFail: '文件下载失败', pleaseEnterTreeSystem: '输入树状图体系', + project: '项目', // 树右键 treeRight: { addFolder: '新增文件夹', diff --git a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue index 26cd9811..e6aafe82 100644 --- a/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue +++ b/src/views/standardRegulationLibrary/commonPage/modules/SubmitQuestionModal.vue @@ -16,7 +16,55 @@ + v-decorator="['title', validatorRules.title]" /> + + + + + + + {{ item }} + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -25,8 +73,11 @@