From 3be40ecc52be54ec6a45abd0277f40b385671479 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期六, 13 三月 2021 16:32:58 +0800 Subject: [PATCH] 新增统计与报警 --- src/components/table/components/IndexStatistics.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/components/table/components/IndexStatistics.vue b/src/components/table/components/IndexStatistics.vue index b8e8127..f38b288 100644 --- a/src/components/table/components/IndexStatistics.vue +++ b/src/components/table/components/IndexStatistics.vue @@ -1,5 +1,5 @@ <template> - <el-tabs> + <el-tabs v-model="activeName"> <el-tab-pane label="鎸囨爣缁熻" name="first"><el-table :data="tableData" style="width: 100%"> @@ -206,6 +206,7 @@ export default { data () { return { + activeName: 'first', tableData: [{ date: '2016-05-03', name: '鐜嬪皬铏�', -- Gitblit v1.8.0