吉安感知网项目-前端
shuishen
2026-02-03 89380e6260a75d1d3b94de687ebcc2f50d50659d
applications/task-work-order/src/views/orderView/appConfiguration/process/FlowConfigDialog.vue
@@ -1,6 +1,6 @@
<template>
   <el-dialog
      class="gd-dialog nf-dialog"
      class=" nf-dialog"
      v-model="visible"
      title="流程配置"
      append-to-body
@@ -27,8 +27,8 @@
      <template #footer>
         <span class="avue-dialog__footer">
            <el-button @click="handleNutflowClose(() => {}, true)">取 消</el-button>
            <el-button v-if="nutflowOption.step === 1" type="success" @click="handleStep(1)">下 一 步</el-button>
            <el-button v-if="nutflowOption.step === 2" type="success" @click="handleStep(-1)">上 一 步</el-button>
            <el-button color="#4C34FF" v-if="nutflowOption.step === 1" type="success" @click="handleStep(1)">下 一 步</el-button>
            <el-button color="#4C34FF" v-if="nutflowOption.step === 2" type="success" @click="handleStep(-1)">上 一 步</el-button>
            <el-button v-if="nutflowOption.step === 2" type="primary" @click="handleSubmitModel">确 定</el-button>
         </span>
      </template>