手册名称修改
This commit is contained in:
parent
85342cee7d
commit
f5fa52e33d
@ -1373,7 +1373,6 @@ function getVersionsAndCreateReport(data, createTime) {
|
||||
|
||||
// 获取手册专属名称
|
||||
function getOutputName(category, method) {
|
||||
debugger;
|
||||
if (method == 'control.policy') {
|
||||
return '制度手册';
|
||||
}
|
||||
@ -1381,7 +1380,7 @@ function getOutputName(category, method) {
|
||||
return '表单手册'
|
||||
}
|
||||
if (method.indexOf('process.') > -1) {
|
||||
return '流程搜册';
|
||||
return '流程手册';
|
||||
}
|
||||
return '手册';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user