手册名称修改

This commit is contained in:
zhal 2022-08-04 11:53:56 +08:00
parent 85342cee7d
commit f5fa52e33d

View File

@ -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 '手册';
}