mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 09:48:43 +08:00 
			
		
		
		
	解决 Oracle 关键字冲突的问题
导出最新的 SQL 脚本
This commit is contained in:
		| @@ -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>`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV