From 7d4d276c30e613bf2062c989d36656920efb5e61 Mon Sep 17 00:00:00 2001 From: "StarsL.cn" Date: Sat, 19 Oct 2024 16:39:15 +0800 Subject: [PATCH] Update exp.vue --- vue-consul/src/views/node-exporter/exp.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/vue-consul/src/views/node-exporter/exp.vue b/vue-consul/src/views/node-exporter/exp.vue index b59590d..0a37e14 100644 --- a/vue-consul/src/views/node-exporter/exp.vue +++ b/vue-consul/src/views/node-exporter/exp.vue @@ -19,10 +19,15 @@
-
  • 开启采集:每小时会自动采集一次余额与到期资源信息。
  • +
  • 开启采集:指定间隔(默认1h)会自动采集一次余额与到期资源信息。
  • 开启通知:每次采集后检测到余额或到期资源低于设定时,会推送通知。
  • + + + + + @@ -82,7 +87,7 @@ - + @@ -101,7 +106,7 @@ export default { listLoading: false, dialogFormVisible: false, query: { vendor: '', account: '' }, - exp_config: { switch: false, collect_days: 15, notify_days: 7, notify_amount: 1000, wecom: false, dingding: false, feishu: false, wecomwh: '', dingdingwh: '', feishuwh: '' }, + exp_config: { switch: false, notify_interval: 1, collect_days: 15, notify_days: 7, notify_amount: 1000, wecom: false, dingding: false, feishu: false, wecomwh: '', dingdingwh: '', feishuwh: '' }, exp_list: [], vendor_list: [], account_list: [],