From a7975ecb243a49035688e3faf4da0e2a05b95c38 Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: Fri, 13 May 2022 15:33:10 +0800
Subject: [PATCH] 存在
---
src/views/oneFromanother/index.vue | 16 +++++++++++++++-
1 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/views/oneFromanother/index.vue b/src/views/oneFromanother/index.vue
index 982cedd..b3b8cc3 100644
--- a/src/views/oneFromanother/index.vue
+++ b/src/views/oneFromanother/index.vue
@@ -99,7 +99,7 @@
<el-table-column prop="date" 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>
+ <el-button @click="handleClick(scope.row,'存在')" type="text" size="small">存在</el-button>
</template>
</el-table-column>
</el-table>
@@ -127,6 +127,20 @@
},
radio1:'待自查',
}
+ },
+ methods:{
+ sendBath(){
+ this.$router.push({
+ path:'/manage'
+ })
+ },
+ handleClick(data,val){
+ if(val=='存在'){
+ this.$router.push({
+ path:'/exist'
+ })
+ }
+ }
}
}
</script>
--
Gitblit v1.9.2