perf:时间选择器易名
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
:class="{'nz-btn-disabled btn-disabled-cursor-not-allowed' : saveDisabled}">
|
||||
{{$t('dashboard.metric.saveChart')}}
|
||||
</button>
|
||||
<interval-refresh :refresh-data-func="expressionChange" v-model="filterTime">
|
||||
<pick-time :refresh-data-func="expressionChange" v-model="filterTime">
|
||||
<template slot="added-text">{{$t('dashboard.metricPreview.runQuery')}}</template>
|
||||
</interval-refresh>
|
||||
</pick-time>
|
||||
</div>
|
||||
<div style="height: 100%;width: 100%;" >
|
||||
<el-scrollbar style="height: 100%" class="el-scrollbar-large">
|
||||
|
||||
@@ -46,7 +46,7 @@ import "perfect-scrollbar/css/perfect-scrollbar.css";
|
||||
import loading from "./components/common/loading";
|
||||
import mibBox from "./components/common/rightBox/mibBox";
|
||||
import leftMenu from "./components/common/leftMenu";
|
||||
import intervalRefresh from "./components/common/intervalRefresh";
|
||||
import pickTime from "./components/common/pickTime";
|
||||
|
||||
Vue.component("Pagination", Pagination);
|
||||
Vue.component("searchInput", searchInput);
|
||||
@@ -70,7 +70,7 @@ Vue.component('loading',loading);
|
||||
Vue.component('bottom-box', bottomBox);
|
||||
Vue.component('mib-box',mibBox);
|
||||
Vue.component('left-menu',leftMenu);
|
||||
Vue.component('interval-refresh',intervalRefresh);
|
||||
Vue.component('pick-time',pickTime);
|
||||
|
||||
Vue.prototype.$axios = axios;
|
||||
Vue.prototype.$post = post;
|
||||
|
||||
Reference in New Issue
Block a user