触摸屏-直流
Lufaneng 1 year ago
parent 3d5d523da7
commit 3081722f4d

@ -679,6 +679,20 @@ const delMode = () => {
gap: 10px; gap: 10px;
height: 100%; height: 100%;
&::-webkit-scrollbar {
width: 32px;
/* 滚动条宽度 */
height: 22px;
/* 滚动条高度 */
}
&::-webkit-scrollbar-thumb {
background-color: darkgrey;
/* 滚动条滑块颜色 */
border-radius: 10px;
/* 滑块圆角 */
}
.time { .time {
width: 100px; width: 100px;
border-left: 1px solid #ccc; border-left: 1px solid #ccc;

@ -398,6 +398,7 @@ RPC.post('/m9z/getDeviceSunRiseTime', { comm_uid: commit_uid }).then(res => {
isSync.value = false isSync.value = false
}, 1000); }, 1000);
}).finally(() => { }).finally(() => {
isInitData.value = false
RPC.post('/adl400/readPhaseData', { comm_uid: commit_uid }).then(res => { RPC.post('/adl400/readPhaseData', { comm_uid: commit_uid }).then(res => {
powerPhases.value[0].voltage = res.aVoltage + 'V' powerPhases.value[0].voltage = res.aVoltage + 'V'
powerPhases.value[0].current = res.aElectricCurrent + 'A' powerPhases.value[0].current = res.aElectricCurrent + 'A'

Loading…
Cancel
Save