Commit 875b5fbe by lp784568205

修改群体研判

parent 2ca2dcee
......@@ -67,13 +67,40 @@
<i class="el-ibncon-plus"></i>新增研判结果</span
>
<el-table :data="qtData">
<el-table-column
<!-- <el-table-column
v-for="(item, index) in tableQt"
:key="index"
:prop="item.prop"
:label="item.label"
:width="item.width"
align="center"
></el-table-column> -->
<el-table-column
label="研判结论"
prop="ypjg"
align="center"
>
<template scope="scope">
<el-button type="text" @click="toYpjg(scope)">
{{scope.row.ypjg}}
</el-button>
</template>
</el-table-column>
<el-table-column
label="录入人"
prop="xxdjryXm"
align="center"
></el-table-column>
<el-table-column
label="录入单位"
prop="xxdjdwGajgmc"
align="center"
></el-table-column>
<el-table-column
label="录入时间"
prop="djsj"
align="center"
></el-table-column>
</el-table>
</el-dialog>
......@@ -231,6 +258,7 @@ export default {
{
label: "研判结论",
prop: "ypjg",
toInfor: true,
},
{
label: "录入人",
......@@ -521,6 +549,16 @@ export default {
// this.$set(this.cxDefaultFormThead, indexs, items);
// });
},
toYpjg(scope) {
// console.log(scope);
this.$router.pushToTab({
path: "/detailYpjg",
query: {
xxzjbh: scope.row.xxzjbh,
},
})
},
// 群体相关嫌疑人列表
toInfor(scope) {
// scope.thbh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment