[update] 企标计划和企标临时权限设置联调
This commit is contained in:
@@ -358,33 +358,6 @@ module.exports = {
|
||||
clickCheckADepart: 'Please click to select a department!',
|
||||
mobileFormatCorrect: 'Your mobile number format is incorrect!'
|
||||
},
|
||||
// 文档库
|
||||
docLibrary: {
|
||||
cancelCollection: 'Delete Collection',
|
||||
cancelSubscribe: 'Unsubscribe',
|
||||
detailsPhasedImplementation: 'Phased Implementation',
|
||||
statuteNumberClause: 'Statute number/clause',
|
||||
implementationDateTwo: 'Implementation Date',
|
||||
typeofImplementation: 'Type of implementation',
|
||||
updateLog: 'Change Log',
|
||||
problemKnowledgeBase: 'Knowledge Sharing',
|
||||
collection: 'Invoice Collection',
|
||||
subscribe: 'Subscribe',
|
||||
textInformation: 'Document Files',
|
||||
standardBreakdown: 'Standard Breakdown',
|
||||
standardOne: 'Standard',
|
||||
viewFileOne: 'View File',
|
||||
dataLoading: 'Data loading...',
|
||||
standardName: 'Standard Name',
|
||||
modificationContent: 'Modification Content',
|
||||
modificationTime: 'Modification Time',
|
||||
personnel: 'Personnel',
|
||||
documentLibraryDetails: 'Document Library Details',
|
||||
confirmCollection: 'Confirm Collection?',
|
||||
cancelConfirmCollection: 'Are you sure you want to cancel the collection?',
|
||||
confirmSubscribe: 'Confirm Subscribe ?',
|
||||
cancelConfirmSubscribe: 'Are you sure you want to cancel the subscribe'
|
||||
},
|
||||
// 文档工具
|
||||
docTool: {
|
||||
// 文档拆分
|
||||
|
||||
@@ -135,6 +135,20 @@ module.exports = {
|
||||
reviewDate: '评审日期',
|
||||
submissionDate: '报批日期',
|
||||
releaseDate: '发布日期',
|
||||
detailTitle: '企业标准计划详情页'
|
||||
detailTitle: '企业标准计划详情页',
|
||||
basicInformation: '基础信息',
|
||||
englishNameOfEnterpriseStandard: '企标英文名称',
|
||||
gradeClassification: '企标等级分类',
|
||||
projectType: '项目类型',
|
||||
rangeOfApplication: '适用范围',
|
||||
enterpriseStandardSystem: '企标体系',
|
||||
partName: '零部件名称',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
compilationIllustration: '编制说明',
|
||||
projectBackground: '立项背景、立项依据',
|
||||
similarNaStandardsAnalysis: '国际、国家及行业同类标准分析',
|
||||
similarEnStandardsAnalysis: '企业同类标准对比分析',
|
||||
standardLeadingNecessity: '立项标准的领先性与必要性',
|
||||
projectExpectedEffects: '立项目的及预期效果等'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -135,6 +135,20 @@ module.exports = {
|
||||
reviewDate: '评审日期',
|
||||
submissionDate: '报批日期',
|
||||
releaseDate: '发布日期',
|
||||
detailTitle: '企业标准计划详情页'
|
||||
detailTitle: '企业标准计划详情页',
|
||||
basicInformation: '基础信息',
|
||||
englishNameOfEnterpriseStandard: '企标英文名称',
|
||||
gradeClassification: '企标等级分类',
|
||||
projectType: '项目类型',
|
||||
rangeOfApplication: '适用范围',
|
||||
enterpriseStandardSystem: '企标体系',
|
||||
partName: '零部件名称',
|
||||
scopeOfApplication: '标准适用范围',
|
||||
compilationIllustration: '编制说明',
|
||||
projectBackground: '立项背景、立项依据',
|
||||
similarNaStandardsAnalysis: '国际、国家及行业同类标准分析',
|
||||
similarEnStandardsAnalysis: '企业同类标准对比分析',
|
||||
standardLeadingNecessity: '立项标准的领先性与必要性',
|
||||
projectExpectedEffects: '立项目的及预期效果等'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -358,33 +358,6 @@ module.exports = {
|
||||
clickCheckADepart: '请点击选择一个部门!',
|
||||
mobileFormatCorrect: '您的手机号码格式不正确!'
|
||||
},
|
||||
// 文档库
|
||||
docLibrary: {
|
||||
cancelCollection: '取消收藏',
|
||||
cancelSubscribe: '取消订阅',
|
||||
detailsPhasedImplementation: '分阶段实施详情',
|
||||
statuteNumberClause: '法规编号/条款',
|
||||
implementationDateTwo: '实施日期',
|
||||
typeofImplementation: '实施类型',
|
||||
updateLog: '更新log',
|
||||
problemKnowledgeBase: '知识分享',
|
||||
collection: '收藏',
|
||||
subscribe: '订阅',
|
||||
textInformation: '文本信息',
|
||||
standardBreakdown: '标准分解单',
|
||||
standardOne: '标准',
|
||||
viewFileOne: '查看文件',
|
||||
dataLoading: '数据加载中...',
|
||||
standardName: '标准名称',
|
||||
modificationContent: '修改内容',
|
||||
modificationTime: '修改时间',
|
||||
personnel: '人员',
|
||||
documentLibraryDetails: '文档库详情',
|
||||
confirmCollection: '确定收藏?',
|
||||
cancelConfirmCollection: '确定取消收藏?',
|
||||
confirmSubscribe: '确定订阅?',
|
||||
cancelConfirmSubscribe: '确定取消订阅?'
|
||||
},
|
||||
// 文档工具
|
||||
docTool: {
|
||||
// 文档拆分
|
||||
@@ -502,7 +475,8 @@ module.exports = {
|
||||
selectUser: '选择用户',
|
||||
userList: '用户列表',
|
||||
name: '姓名',
|
||||
post: '岗位'
|
||||
post: '岗位',
|
||||
selectedPersonnel: '已选人员'
|
||||
},
|
||||
// 弹框上传附件
|
||||
uploadFile: {
|
||||
|
||||
Reference in New Issue
Block a user