Compare commits
2 Commits
b08e818d21
...
a0021b4c31
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0021b4c31 | ||
|
|
ac695c5b73 |
2
.env
2
.env
@@ -1,5 +1,5 @@
|
||||
# 设备页定时请求时间间隔
|
||||
VITE_REQUEST_INTERVAL = 30
|
||||
VITE_REQUEST_INTERVAL = 120
|
||||
|
||||
# 网管的appKey
|
||||
VITE_NDM_APP_KEY = ndm
|
||||
|
||||
@@ -58,7 +58,7 @@ const onExportAll = () => emit('export-all');
|
||||
<NCard bordered hoverable size="small" class="device-statistic-card" title="设备统计">
|
||||
<template #header-extra>
|
||||
<NSpace align="center">
|
||||
<NButton size="small" type="primary" tertiary :disabled="buttonLoading" @click="onExportAll">导出全部</NButton>
|
||||
<NButton size="small" type="default" tertiary :disabled="buttonLoading" @click="onExportAll">导出全部</NButton>
|
||||
<NButton size="small" type="success" tertiary :disabled="buttonLoading" @click="onExportOnline">导出在线</NButton>
|
||||
<NButton size="small" type="error" tertiary :disabled="buttonLoading" @click="onExportOffline">导出离线</NButton>
|
||||
</NSpace>
|
||||
|
||||
Reference in New Issue
Block a user