add 问题提交

This commit is contained in:
赵霄
2023-09-07 18:20:00 +08:00
parent 3432c9c322
commit 750129271b
5 changed files with 106 additions and 5 deletions
+1
View File
@@ -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',
@@ -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'
}
}
@@ -17,6 +17,9 @@ module.exports = {
templateName: '国内标准法规导入模板'
},
standardDetail: {
title: ''
standardNumber: '标准编号',
problemOccurrenceTime: '问题发生时间',
respondent: '回答人',
problemDescription: '问题描述'
}
}
+1
View File
@@ -128,6 +128,7 @@ module.exports = {
exportTip: '正在导出,请稍候',
fileDownloadFail: '文件下载失败',
pleaseEnterTreeSystem: '输入树状图体系',
project: '项目',
// 树右键
treeRight: {
addFolder: '新增文件夹',