解决 Oracle 关键字冲突的问题

导出最新的 SQL 脚本
This commit is contained in:
YunaiV
2022-05-01 23:18:50 +08:00
parent 2bd2313434
commit 0f21b55e6d
24 changed files with 7662 additions and 24987 deletions

View File

@ -292,8 +292,8 @@ export default {
if (task.endTime) {
html += `<p>结束时间:${this.parseTime(task.endTime)}</p>`
}
if (task.comment) {
html += `<p>审批建议:${task.comment}</p>`
if (task.reason) {
html += `<p>审批建议:${task.reason}</p>`
}
} else if (element.type === 'bpmn:EndEvent' && this.processInstance) {
html = `<p>结果:${this.getDictDataLabel(this.DICT_TYPE.BPM_PROCESS_INSTANCE_RESULT, this.processInstance.result)}</p>`;