|
@@ -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">
|