通知审批流优化
This commit is contained in:
@ -47,9 +47,10 @@
|
||||
<FormInformation v-else :key="randKey" ref="formInformation" :disabled="false" :formAssignmentData="data.formAssignmentData" :formInfos="data.formInfos" :opinions="data.opinions" :opinionsComponents="data.opinionsComponents" />
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="rQuery.type == 'update'">
|
||||
<Title :font-size="18" default-value="流转信息"></Title>
|
||||
<flow-history :items="historyList"></flow-history>
|
||||
<div v-if="rQuery.type == 'update'" class="formViewStyle">
|
||||
<Card title="流转信息" :bordered="false" >
|
||||
<flow-history :items="historyList"></flow-history>
|
||||
</Card>
|
||||
</div>
|
||||
<a-modal :visible="showFlowChart" centered class="geg" closable title="流程图" width="1200px" @cancel="closeFlowChart">
|
||||
<process-information :process-id="processId" :xml="data.xml" />
|
||||
@ -63,6 +64,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { Card } from 'ant-design-vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import userTaskItem from '/@/views/workflow/task/hooks/userTaskItem';
|
||||
import FormInformation from '/@/views/secondDev/FormInformation.vue';
|
||||
|
||||
Reference in New Issue
Block a user