shj
2022-08-08 2f882124263546e1fd024a5032d0a94f7ea1b511
对接
已修改3个文件
50 ■■■■■ 文件已修改
src/views/contingencyManagement/abolishDialog/abolishDialog.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/contingencyManagement/emergencyDrill/drillImplementationEvaluation/component/flowChart.vue 44 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/contingencyManagement/emergencyDrill/releaseOfDrillPlan/component/flowChart.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/contingencyManagement/abolishDialog/abolishDialog.vue
@@ -20,7 +20,7 @@
    </div>
    <div v-if="activeIndex == 2" class="navType" style="padding:20px 20px 0 20px">
      <div class="title2">流程图
        <img src="src">
        <!-- <img src=""> -->
      </div>
      <div style="width:100%;height:400px"></div>
    </div>
@@ -40,7 +40,7 @@
export default defineComponent({
  components:{lowerPlate,formInformationTop,formInformationTops},
  setup() {
    const activeIndex = ref('1');
    const activeIndex = ref<any>('1');
    const handleSelect = (key: string, keyPath: string[]) => {
      // console.log(key, keyPath);
      activeIndex.value = key;
src/views/contingencyManagement/emergencyDrill/drillImplementationEvaluation/component/flowChart.vue
@@ -1,14 +1,8 @@
<template>
  <div class="system-edit-user-container">
    <el-dialog
        title="应急演练计划--修改审批进度"
        v-model="isShowDialog"
        width="769px"
        draggable
        :fullscreen="full"
    >
        <el-dialog title="应急演练计划--修改审批进度" v-model="isShowDialog" width="769px" draggable :fullscreen="full">
      <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
      <img class="process-status-img" src="src/assets/icon.png">
            <!-- <img class="process-status-img" src=""> -->
      <el-tabs type="border-card">
        <el-tab-pane label="流转记录">
          <el-card class="box-card" shadow="hover">
@@ -45,7 +39,7 @@
              <el-timeline>
                <el-timeline-item timestamp="2018/4/12" placement="top" color="rgb(63, 158, 255)">
                  <el-card>
                    <h4 style="margin: 10px 0;padding-bottom: 10px;">一级审批</h4>
                                        <h4 style="margin: 10px 0; padding-bottom: 10px">一级审批</h4>
                    <el-row>
                      <el-col class="tip" :span="22" :offset="1">
                        <div class="item">
@@ -133,8 +127,7 @@
                <span>流程图</span>
              </div>
            </template>
            <div>
            </div>
                        <div></div>
          </el-card>
        </el-tab-pane>
      </el-tabs>
@@ -145,22 +138,13 @@
</template>
<script lang="ts">
import {
import { ref, defineComponent } from 'vue';
  ref,
  defineComponent
} from 'vue';
import type { TagProps } from 'element-plus';
import type {
  TagProps,
} from 'element-plus'
import {
  Search,
  FullScreen
} from '@element-plus/icons-vue'
import UserCheckbox from "/@/components/userCheckbox/index.vue"
import RegionsDialog from "/@/views/contingencyManagement/emergencyDrill/releaseOfDrillPlan/component/regionsDialog.vue"
import { Search, FullScreen } from '@element-plus/icons-vue';
import UserCheckbox from '/@/components/userCheckbox/index.vue';
import RegionsDialog from '/@/views/contingencyManagement/emergencyDrill/releaseOfDrillPlan/component/regionsDialog.vue';
export default defineComponent({
  name: 'openAdd',
@@ -169,7 +153,7 @@
    UserCheckbox,
  },
  setup() {
    const isShowDialog = ref(false)
        const isShowDialog = ref(false);
    // 打开弹窗
    const openDialog = () => {
      // state.ruleForm = row;
@@ -200,13 +184,11 @@
        name: 'Tom',
        address: '2022-07-09 20:41:50',
      },
    ]
        ];
    type Item = { type: TagProps['type']; label: string }
        type Item = { type: TagProps['type']; label: string };
    const items = ref<Array<Item>>([
      { type: '', label: '等待审核' },
    ])
        const items = ref<Array<Item>>([{ type: '', label: '等待审核' }]);
    //全屏
    const full = ref(false);
    const toggleFullscreen = () => {
src/views/contingencyManagement/emergencyDrill/releaseOfDrillPlan/component/flowChart.vue
@@ -8,7 +8,7 @@
        :fullscreen="full"
    >
      <el-button @click="toggleFullscreen" size="small" class="pot" :icon="FullScreen"></el-button>
      <img class="process-status-img" src="src/assets/icon.png">
      <!-- <img class="process-status-img" src="src/assets/icon.png"> -->
      <el-tabs type="border-card">
        <el-tab-pane label="流转记录">
          <el-card class="box-card" shadow="hover">