From 5b9ce5682127d1b7305cd3f2fe2e182de178bb98 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期一, 15 三月 2021 17:03:17 +0800 Subject: [PATCH] 搜索面板查询结果bug修复 --- 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