From 45680b99ccdfb0d323088c57c237e0bc714a8e0b Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 13 三月 2026 09:21:32 +0800
Subject: [PATCH] 青岛opo维护

---
 src/views/business/decide/index.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/business/decide/index.vue b/src/views/business/decide/index.vue
index 88b380a..02e8add 100644
--- a/src/views/business/decide/index.vue
+++ b/src/views/business/decide/index.vue
@@ -204,6 +204,7 @@
           label="鎿嶄綔"
           align="center"
           width="180"
+          fixed="right"
           class-name="small-padding fixed-width"
         >
           <template slot-scope="scope">
@@ -238,7 +239,11 @@
 </template>
 
 <script>
-import { queryDathInfoBaseInfo, deathinfoedit,deathinfoInfo } from "@/api/businessApi";
+import {
+  queryDathInfoBaseInfo,
+  deathinfoedit,
+  deathinfoInfo
+} from "@/api/businessApi";
 import Pagination from "@/components/Pagination";
 
 export default {
@@ -448,7 +453,7 @@
       const id = row.id || this.ids[0];
       this.$router.push({
         path: "/case/DecideInfo",
-        query: { id: id }
+        query: { id: id, isEdit: true }
       });
     },
 

--
Gitblit v1.9.3