[update] 修改企标制修订,增加任务转交模块

This commit is contained in:
lideqin
2023-12-26 16:31:48 +08:00
parent 28988758d3
commit 28dad68b26
7 changed files with 571 additions and 4 deletions
+13
View File
@@ -40,5 +40,18 @@ module.exports = {
// 我的消息
myMessage: {
noCanRemarkData: '当前没有可标注的数据'
},
// 任务转交
taskCareOf: {
basicLibraryInfo: '基础库信息',
processInfo: '流程信息',
user: '用户',
type: '类型',
standardNum: '标准号',
standardName: '标准名称',
role: '角色',
transferUser: '转交人',
transfer: '转交',
nodeName: '节点名称'
}
}