03e56f51 by renchao@pashanhoo.com

style:申请记录查询

1 parent f7f53b2e
......@@ -108,21 +108,17 @@ export default {
},
// 查看
handleViewClick (scope) {
var sqcxBsm = scope.row.bsmSqcx;
this.$popup("申请查询记录", "sqcx/sqcxjl/components/sqcxjlInfo", {
height: 700,
formData: {
sqcxBsm: sqcxBsm,
}
this.$popupDialog("申请查询记录", "sqcx/sqcxjl/components/sqcxjlInfo", {
sqcxBsm: scope.row.bsmSqcx
})
},
},
};
}
}
}
</script>
<style scoped lang="scss">
@import "~@/styles/public.scss";
.marginbtm0 {
margin-bottom: 0
}
@import "~@/styles/public.scss";
</style>
......