diff --git a/ui/dasadmin/src/views/backend/home/windMatrix.vue b/ui/dasadmin/src/views/backend/home/windMatrix.vue index f7312bb2..cdd455be 100644 --- a/ui/dasadmin/src/views/backend/home/windMatrix.vue +++ b/ui/dasadmin/src/views/backend/home/windMatrix.vue @@ -7,15 +7,15 @@ @contextmenu.prevent="windContextMenu($event,item)" >
+ '': item.standard==1, + '': item.standard==0, + 'wind-offline': item.attributeMap.processedoperationmode == 33 + }">
- - - + + + {{ item.name }} 并网 待机 @@ -37,43 +37,16 @@ >通讯中断
- - -
-
-
-
-
-
-
-
-
-
-
- -
-
-
- -
- {{ item.attributeMap.iwindspeed }} - m/s -
-
- {{ item.attributeMap.igenpower }} - kW -
-
- {{ item.attributeMap.ikwhthisday }} - kWh -
-
+ + +
已锁定
+ @@ -121,9 +94,11 @@ import ContextMenu from '/@/views/backend/auth/model/contextMenu.vue' import { sendCommandReq, sendManualCommandReq } from '/@/api/backend/control/request' import {ElMessage, ElMessageBox} from "element-plus"; import {equipUpdate} from '/@/api/backend/index.ts' +import WindContentleft from './windMatrixleft.vue' +import WindContentright from './windMatrixright.vue' +import WindContentcenter from './windMatrixcenter.vue' const router = useRouter() -debugger const props = defineProps({ parentData: { type: Array,