From baf475f44f0a940bbdc2dde36fff9cdf97da58bc Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期四, 17 八月 2023 16:43:28 +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