|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<a-card :bordered="false">
|
|
<a-card :bordered="false">
|
|
- <a-tabs type="card" @change="callback">
|
|
|
|
|
|
+ <a-tabs @change="callback">
|
|
<a-tab-pane key="historyData" tab="历史数据">
|
|
<a-tab-pane key="historyData" tab="历史数据">
|
|
<interlock-history-index></interlock-history-index>
|
|
<interlock-history-index></interlock-history-index>
|
|
</a-tab-pane>
|
|
</a-tab-pane>
|