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 @@