| | |
| | | <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 |
| | |
| | | :disabled="single" |
| | | @click="handleUpdate" |
| | | >修改</el-button |
| | | > |
| | | > --> |
| | | <el-button |
| | | type="warning" |
| | | icon="el-icon-download" |
| | |
| | | label="操作" |
| | | align="center" |
| | | width="180" |
| | | fixed="right" |
| | | class-name="small-padding fixed-width" |
| | | > |
| | | <template slot-scope="scope"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import { queryDathInfoBaseInfo, deathinfoedit,deathinfoInfo } from "@/api/businessApi"; |
| | | import { |
| | | queryDathInfoBaseInfo, |
| | | deathinfoedit, |
| | | deathinfoInfo |
| | | } from "@/api/businessApi"; |
| | | import Pagination from "@/components/Pagination"; |
| | | |
| | | export default { |
| | |
| | | handleView(row) { |
| | | this.$router.push({ |
| | | path: "/case/DecideInfo", |
| | | query: { id: row.id } |
| | | query: { id: row.id,infoid:row.infoid } |
| | | }); |
| | | }, |
| | | |
| | |
| | | const id = row.id || this.ids[0]; |
| | | this.$router.push({ |
| | | path: "/case/DecideInfo", |
| | | query: { id: id } |
| | | query: { id: id,infoid:row.infoid, isEdit: true } |
| | | }); |
| | | }, |
| | | |