From b5aa1a48251efe8473ca0146baaab28748873716 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期六, 09 五月 2026 18:18:30 +0800
Subject: [PATCH] yxh
---
src/views/business/decide/index.vue | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/views/business/decide/index.vue b/src/views/business/decide/index.vue
index 88b380a..1430372 100644
--- a/src/views/business/decide/index.vue
+++ b/src/views/business/decide/index.vue
@@ -62,7 +62,7 @@
<el-card class="tool-card">
<el-row :gutter="10">
<el-col :span="16">
- <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
+ <!-- <el-button type="primary" icon="el-icon-plus" @click="handleCreate"
>鏂板缓姝讳骸鍒ゅ畾</el-button
>
<el-button
@@ -71,7 +71,7 @@
:disabled="single"
@click="handleUpdate"
>淇敼</el-button
- >
+ > -->
<el-button
type="warning"
icon="el-icon-download"
@@ -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 {
@@ -434,7 +439,7 @@
handleView(row) {
this.$router.push({
path: "/case/DecideInfo",
- query: { id: row.id }
+ query: { id: row.id,infoid:row.infoid }
});
},
@@ -448,7 +453,7 @@
const id = row.id || this.ids[0];
this.$router.push({
path: "/case/DecideInfo",
- query: { id: id }
+ query: { id: id,infoid:row.infoid, isEdit: true }
});
},
--
Gitblit v1.9.3