yxk-20260429-修改通用的办理页面
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
<a-list-item>
|
<a-list-item>
|
||||||
<div style="width: 100%">
|
<div style="width: 100%">
|
||||||
<a-radio-group v-model:value="model.processModel">
|
<a-radio-group v-model:value="model.processModel">
|
||||||
<a-radio :checked="true" :value="1">单分支模式</a-radio>
|
<a-radio :checked="true" :value="1">同意</a-radio>
|
||||||
<a-radio :value="2">多分支模式</a-radio>
|
<!-- <a-radio :value="2">多分支模式</a-radio>-->
|
||||||
<a-radio :value="3" v-if="historyCount > 0 && allowReject">驳回</a-radio>
|
<a-radio :value="3" v-if="historyCount > 0 && allowReject">驳回</a-radio>
|
||||||
</a-radio-group>
|
</a-radio-group>
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="jeecg-task-handle-content">
|
<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
|
<my-handle-content
|
||||||
|
|||||||
Reference in New Issue
Block a user