shj
2022-07-05 a10f68d9c66dee70ef1d5459f462c21bac7cdff9
src/views/goalManagement/targetEscalation/processForms.vue
@@ -4,7 +4,7 @@
   <el-menu
      :default-active="activeIndex"
      class="el-menu-demo"
      background-color="#fff"
      background-color="#ebeef5"
      text-color="#fff"
      active-text-color="#fff"
      mode="horizontal"
@@ -70,7 +70,10 @@
         </el-tab-pane>
      </el-tabs>
   </div>
   <div v-if="activeIndex == 2" class="navType">cccccccc</div>
   <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px">
      <div class="title2">流程图</div>
      <div style="width:100%;height:400px"></div>
   </div>
   </div>
   <lowerPlate></lowerPlate>
   <div class="btns">
@@ -163,4 +166,9 @@
   box-shadow: 0 -3px 5px 0 rgb(0 0 0 / 12%);
   
}
.title2{
   padding: 20px 0 20px 10px;
   width: 100%;
   border: 1px solid #dcdfe6;
}
</style>