From 25ba604b42ad3c513b8e0c936f142cf0534445d4 Mon Sep 17 00:00:00 2001
From: Kxc0822a <kxc000822>
Date: Tue, 12 Apr 2022 09:28:59 +0800
Subject: [PATCH] 重大
---
src/views/hiddenDangerRectification/index.vue | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/views/hiddenDangerRectification/index.vue b/src/views/hiddenDangerRectification/index.vue
index 2c232f9..8658d11 100644
--- a/src/views/hiddenDangerRectification/index.vue
+++ b/src/views/hiddenDangerRectification/index.vue
@@ -211,7 +211,7 @@
<el-table-column label="当前警情" align="center"> </el-table-column>
<el-table-column label="流程操作" align="center">
<template slot-scope="scope">
- <el-button @click="handleClick(scope.row)" type="text" size="small">发送流程</el-button>
+ <el-button @click="handleClick(scope.row)" type="text" size="small">点击发送</el-button>
</template>
</el-table-column>
</el-table>
@@ -281,6 +281,12 @@
path:"/sendHiddenDangerList"
})
},
+
+ applicationExtension(){
+ this.$router.push({
+ path:"/applicationForExtension"
+ })
+ },
}
};
</script>
--
Gitblit v1.9.2