yxk-20260429-修改通用的办理页面

This commit is contained in:
ye1023
2026-04-29 20:02:13 +08:00
parent dd88adab73
commit 8238acce55
2 changed files with 4 additions and 4 deletions
@@ -28,8 +28,8 @@
<a-list-item>
<div style="width: 100%">
<a-radio-group v-model:value="model.processModel">
<a-radio :checked="true" :value="1">单分支模式</a-radio>
<a-radio :value="2">多分支模式</a-radio>
<a-radio :checked="true" :value="1">同意</a-radio>
<!-- <a-radio :value="2">多分支模式</a-radio>-->
<a-radio :value="3" v-if="historyCount > 0 && allowReject">驳回</a-radio>
</a-radio-group>
@@ -1,10 +1,10 @@
<template>
<div class="jeecg-task-handle-content">
<!-- 横向步骤条显示节点 -->
<task-node-step-list :taskStepList="taskStepList" :stepCount="bpmLogList.length" :currentNode="currentNode"></task-node-step-list>
<!-- <task-node-step-list :taskStepList="taskStepList" :stepCount="bpmLogList.length" :currentNode="currentNode"></task-node-step-list>-->
<!-- 意见信息 -->
<task-comment-list :bpmLogList="bpmLogList"></task-comment-list>
<!-- <task-comment-list :bpmLogList="bpmLogList"></task-comment-list>-->
<!-- 填写处理意见并提交 -->
<my-handle-content