【代码评审】BPM:办理人的逻辑

This commit is contained in:
YunaiV
2025-02-12 18:46:30 +08:00
parent 575f6038a7
commit 666fb16db5
5 changed files with 43 additions and 9 deletions

View File

@ -36,6 +36,7 @@
:rule="approveForm.rule"
/>
</el-card>
<!-- TODO @lesan需要分成审批办理意见包括 labelplaceholderrule 校验 -->
<el-form-item label="审批意见" prop="reason">
<el-input
v-model="approveReasonForm.reason"

View File

@ -121,6 +121,7 @@
"
class="text-#a5a5a5 text-13px mt-1 w-full bg-#f8f8fa p2 rounded-md"
>
<!-- TODO lesan这里如果是办理需要是办理意见 -->
审批意见:{{ task.reason }}
</div>
<div
@ -240,7 +241,7 @@ const nodeTypeSvgMap = {
[NodeType.START_USER_NODE]: { color: '#909398', svg: starterSvg },
// 审批人节点
[NodeType.USER_TASK_NODE]: { color: '#ff943e', svg: auditorSvg },
// 办理人节点
// 办理人节点 TODO @lesan
[NodeType.TRANSACTOR_NODE]: { color: '#ff943e', svg: auditorSvg },
// 抄送人节点
[NodeType.COPY_TASK_NODE]: { color: '#3296fb', svg: copySvg },