From 1a33b944d425b1488f4e5b93725bdf00609271be Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 30 三月 2023 14:49:42 +0800 Subject: [PATCH] 修改部门新增规则 --- src/views/contingencyManagement/abolishDialog/abolishDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/contingencyManagement/abolishDialog/abolishDialog.vue b/src/views/contingencyManagement/abolishDialog/abolishDialog.vue index c0ee5e8..69dba30 100644 --- a/src/views/contingencyManagement/abolishDialog/abolishDialog.vue +++ b/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; -- Gitblit v1.9.2