派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-18 13fbc433b66909d1e793bb9cf1dbfa8661b57d3e
src/components/table/components/IndexStatistics.vue
@@ -1,9 +1,5 @@
<template>
  <Public>
    <template v-slot:title>
      <span>{{ titleProp }}</span>
    </template>
    <template v-slot:publicTable>
  <div>
      <el-tabs v-model="activeName">
        <el-tab-pane label="指标统计" name="first">
          <el-table :data="tableData" :lock-scroll="true" class="scroll">
@@ -66,17 +62,13 @@
          </el-table>
        </el-tab-pane>
      </el-tabs>
    </template>
  </Public>
  </div>
</template>
<script>
import Public from '@components/table/Public'
export default {
  name: 'IndexStatistics',
  components: { Public },
  data () {
    return {
      titleProp: '',