Admin
2022-07-05 cffe20b222f298a757e96e2b2e08c8baa3834bb4
src/views/specialWorkSystem/approvalProcess/approveProcessSetting/index.vue
@@ -1,6 +1,7 @@
<template>
   <div class="home-container">
      <el-scrollbar height="100%">
      <div class="homeCard">
      <div>
      <div v-for="(item,index) in approveSteps" class="stepItem">
         <div class="stepNum">{{index+1}}</div>
@@ -26,6 +27,7 @@
         <el-button type="primary" @click="confirmEdit" size="large">确认</el-button>
         <el-button @click="cancelEdit" size="large">取消</el-button>
      </el-row>
      </div>
      <el-drawer v-model="showAdd" direction="rtl" @close="colseDrawer">
         <template #title>
            <h4>新增审批流</h4>
@@ -207,9 +209,14 @@
   $homeNavLengh: 8;
   .home-container {
      height: 100%;
      background: #fff;
      overflow: hidden;
      padding: 40px;
      padding: 20px;
      .homeCard{
         width: 100%;
         padding: 20px;
         background: #fff;
         border-radius: 4px;
      }
      .stepItem{
         display: flex;
         align-items: flex-start;