From 2abc33c4172e5a0e127fb43cac6167787f5170a1 Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Sun, 15 Aug 2021 22:27:29 +0800
Subject: [PATCH] 改界面、对接口
---
src/views/statisticalQueryManagement/securityGuardStatistics.vue | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/views/statisticalQueryManagement/securityGuardStatistics.vue b/src/views/statisticalQueryManagement/securityGuardStatistics.vue
index 3905288..eab7afd 100644
--- a/src/views/statisticalQueryManagement/securityGuardStatistics.vue
+++ b/src/views/statisticalQueryManagement/securityGuardStatistics.vue
@@ -8,6 +8,7 @@
:before-open="beforeOpen"
@date-change="dateChange"
@row-click="handleRowClick"
+ class="rowClick"
>
<template slot-scope="{ type, size }" slot="menu">
<el-button icon="el-icon-check" :size="size" :type="type"
@@ -197,9 +198,9 @@
},
},
methods: {
- toCompanyDetails() {
- this.$router.push({ path: "/statisticalQueryManagement/companyDetails" });
- },
+ // toCompanyDetails() {
+ // this.$router.push({ path: "/statisticalQueryManagement/companyDetails" });
+ // },
handleRowClick(row, event, column) {
this.$router.push({ path: "/statisticalQueryManagement/companyDetails" });
},
@@ -227,5 +228,8 @@
mounted() {},
};
</script>
-<style lang="scss" scoped>
+<style lang="scss" scoped>
+/deep/ .rowClick .el-table__row:hover td{
+ cursor: pointer;
+}
</style>
--
Gitblit v1.9.3