zhengpz
2021-08-15 2abc33c4172e5a0e127fb43cac6167787f5170a1
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>