add 标准详情;更新记录

This commit is contained in:
赵霄
2023-09-07 17:57:47 +08:00
parent 397f30423a
commit 3432c9c322
15 changed files with 749 additions and 128 deletions
+1
View File
@@ -98,6 +98,7 @@ module.exports = {
selectOne: 'Please select a data',
essentialInformation: 'General Information',
download: 'Download',
unwatermarkedDownload: 'Unwatermarked download',
fileName: 'File Name',
fileDeclaration: 'File Declaration',
newNode: 'New node',
@@ -1,6 +1,12 @@
module.exports = {
configStandard: 'Configuration standard', // 配置标准
removeStandard: 'Removal criteria', // 移出标准
nodeName: 'Node name', // 节点名称
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
standardResolutionSheet: 'Standard resolution sheet', // 标准分解单
updateRecord: 'Update record', // 更新记录
submitQuestion: 'Submit a question', // 提交问题
// 国内标准
domesticStandard: {
treeSearchPlaceholder: 'Please enter the tree system', // 请输入树状图体系
@@ -2,6 +2,11 @@ module.exports = {
configStandard: '配置标准',
removeStandard: '移出标准',
nodeName: '节点名称',
configStandardNoTreeNode: '请先选择二级及以下体系',
selectLeastOneTableData: '选中至少一条列表数据',
standardResolutionSheet: '标准分解单',
updateRecord: '更新记录',
submitQuestion: '提交问题',
// 国内标准
domesticStandard: {
treeSearchPlaceholder: '请输入树状图体系',
@@ -10,5 +15,8 @@ module.exports = {
exportFileName: '国内标准法规',
exportZipName: '国内标准法规(带文件)',
templateName: '国内标准法规导入模板'
},
standardDetail: {
title: ''
}
}
+1
View File
@@ -98,6 +98,7 @@ module.exports = {
selectOne: '请选择一条数据',
essentialInformation: '基本信息',
download: '下载',
unwatermarkedDownload: '无水印下载',
fileName: '文件名称',
fileDeclaration: '文件说明',
newNode: '新增节点',