Browse Source

✨ feat: 加入电费提示信息

Pchen. 9 months ago
parent
commit
c647938769
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/power/accountList.vue

+ 1 - 1
src/pages/power/accountList.vue

@@ -10,7 +10,7 @@
         添加提醒任务
       </a-button>
 
-      <a-alert style="margin-top: 15px;">仅保存最近30天的电费变更记录</a-alert>
+      <a-alert style="margin-top: 15px;">仅保存最近30天的电费变更记录。电费余额每小时更新一次</a-alert>
 
       <a-table :data="data" :columns="columns" stripe hoverable class="table" :loading="loading" :scroll="{
         x: 1600