@@ -261,23 +267,23 @@ export default {
},
},
{
- prop: "rectificationNoNum",
+ prop: "rectificationResultDefult",
label: "整改结果详情",
attrs: {
width: 180,
},
},
{
- //slot: "cqSlot",
- prop: "overdueReminder",
+ slot: "cqSlot",
+ prop: "isOverdueReminder",
label: "是否超期整改",
attrs: {
width: 120,
},
},
{
- //slot: "gpSlot",
- prop: "listedSupervision",
+ slot: "gpSlot",
+ prop: "isListedSupervision",
label: "是否挂牌督办",
attrs: {
width: 120,
@@ -314,8 +320,9 @@ export default {
};
},
methods: {
- openPage(val) {
- window.open(val);
+ openPage(val, obj) {
+ console.log(obj);
+ window.open(val + "?procInsId=" + obj.definitionId);
},
gotoPage(val, obj) {
if (obj) {