diff --git a/nezha-fronted/src/components/common/pickTime.vue b/nezha-fronted/src/components/common/pickTime.vue index d69ba3867..3e70e9ea8 100644 --- a/nezha-fronted/src/components/common/pickTime.vue +++ b/nezha-fronted/src/components/common/pickTime.vue @@ -12,12 +12,12 @@ style="margin-right: 20px" align="right"> -
+
- +
  • {{i.name}} @@ -48,6 +48,10 @@ timeRange:{ type:Array, required: true, + }, + useRefresh:{ + type:Boolean, + default:true, } }, data(){ diff --git a/nezha-fronted/src/components/page/dashboard/explore/explore.vue b/nezha-fronted/src/components/page/dashboard/explore/explore.vue index aa308931f..6881d7255 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/explore.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/explore.vue @@ -18,7 +18,7 @@ :class="{'nz-btn-disabled btn-disabled-cursor-not-allowed' : saveDisabled}"> {{$t('dashboard.metric.saveChart')}} - +