提交 f9aacbe3 编写于 作者: RedPig97's avatar RedPig97

update:流程跟踪组件国际化

上级 c9386807
...@@ -412,7 +412,16 @@ function getLocaleResourceBase(){ ...@@ -412,7 +412,16 @@ function getLocaleResourceBase(){
dayAgo: 'days ago', dayAgo: 'days ago',
monthsAgo: 'months ago', monthsAgo: 'months ago',
yearsAgo: 'years ago' yearsAgo: 'years ago'
} },
timeline: {
index: "serial",
node: "node",
author: "accepting officer",
type: "operation",
lasttime: "completion time",
opinion: "approval opinion",
inhand: "inhand:",
},
}; };
return data; return data;
} }
......
...@@ -413,6 +413,15 @@ function getLocaleResourceBase(){ ...@@ -413,6 +413,15 @@ function getLocaleResourceBase(){
dayAgo: '天前', dayAgo: '天前',
monthsAgo: '月前', monthsAgo: '月前',
yearsAgo: '年前' yearsAgo: '年前'
},
timeline: {
index: "序号",
node: "节点",
author: "办理人员",
type: "操作",
lasttime: "完成时间",
opinion: "审批意见",
inhand: "待办理:",
} }
}; };
return data; return data;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册