|
|
|
|
@ -15,37 +15,6 @@
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<Steps :logs="config.logs" :current-node="node"></Steps>
|
|
|
|
|
<!-- <div class="steps" v-if="!/\/detail/.test($route.path)">-->
|
|
|
|
|
<!-- <el-steps :space="120" finish-status="success" align-center>-->
|
|
|
|
|
<!-- <template v-if="!isFirstNode">-->
|
|
|
|
|
<!-- <el-step-->
|
|
|
|
|
<!-- v-for="step in config.logs"-->
|
|
|
|
|
<!-- v-if="(step.flow_node_id !== node.id && step.status !== -1)"-->
|
|
|
|
|
<!-- :title="step.node.name"-->
|
|
|
|
|
<!-- :status="step.status !== -1 ? 'success' : 'error'"-->
|
|
|
|
|
<!-- icon="el-icon-circle-check"-->
|
|
|
|
|
<!-- ></el-step>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- <el-step-->
|
|
|
|
|
<!-- :title="node.name"-->
|
|
|
|
|
<!-- status="finish"-->
|
|
|
|
|
<!-- icon="el-icon-edit"-->
|
|
|
|
|
<!-- ></el-step>-->
|
|
|
|
|
<!-- <el-step-->
|
|
|
|
|
<!-- icon="el-icon-right"-->
|
|
|
|
|
<!-- status="wait"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <template #title>-->
|
|
|
|
|
<!-- <div style="max-width: 180px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;">-->
|
|
|
|
|
<!-- <span v-for="(nextNode, index) in ((node.nextNodes && node.nextNodes instanceof Array) ? node.nextNodes : [])">{{ index === 0 ? '' : ',' }}{{ nextNode.name }}</span>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
<!-- <div v-if="node.nextNodes">({{ node.nextNodes.length }}种流程)</div>-->
|
|
|
|
|
<!-- </template>-->
|
|
|
|
|
<!-- </el-step>-->
|
|
|
|
|
<!-- </el-steps>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-divider></el-divider>-->
|
|
|
|
|
<!-- </div>-->
|
|
|
|
|
|
|
|
|
|
<div class="form-container" id="print-content">
|
|
|
|
|
<DesktopForm
|
|
|
|
|
|