Ver Fonte

增加遥测记录表

hfxc226 há 2 anos atrás
pai
commit
8a33ca4a8e

+ 2 - 2
src/views/remote/degree-log/RemoteDegreeLog.vue

@@ -41,13 +41,13 @@
               style="margin-left: 8px"
               type="primary"
               icon="download"
-              @click="testDay(0)">测试月报表
+              @click="testDay(0)">电度月报表
             </a-button>
             <a-button
               style="margin-left: 8px"
               type="primary"
               icon="download"
-              @click="testDay(1)">测试日报表
+              @click="testDay(1)">电度日报表
             </a-button>
             <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && $auth('remote-degree-logs-del')">
               <a-menu slot="overlay">

+ 2 - 2
src/views/remote/measure-log/RemoteMeasureLog.vue

@@ -41,13 +41,13 @@
               style="margin-left: 8px"
               type="primary"
               icon="download"
-              @click="testDay(0)">测月报表
+              @click="testDay(0)">测月报表
             </a-button>
             <a-button
               style="margin-left: 8px"
               type="primary"
               icon="download"
-              @click="testDay(1)">测日报表
+              @click="testDay(1)">测日报表
             </a-button>
             <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && $auth('remote-degree-logs-del')">
               <a-menu slot="overlay">