| | |
| | | <template> |
| | | <div> |
| | | |
| | | <img src="@/assets/index.png" style="width: 100%;height: 785px"> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | |
| | | } |
| | | } |
| | | </script> |
| | | </script> |
| | |
| | | color: '#FF0000' |
| | | }, |
| | | { |
| | | label: 'æ
é', |
| | | value: 5, |
| | | color: '#C11900' |
| | | }, |
| | | { |
| | | label: 'æ»æ°', |
| | | value: 99, |
| | | color: '#fff' |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |
| | |
| | | label: 'æ¥è¦', |
| | | value: 22, |
| | | color: '#FF0000' |
| | | }, |
| | | { |
| | | label: 'æ
é', |
| | | value: 5, |
| | | color: '#C11900' |
| | | } |
| | | ],// 设å¤ç¶ææç¤ºç¯åè¡¨ï¼ |
| | | windowHeight: null,// å½åæµè§å¨å¯è§åºåé«åº¦ï¼ï¼ä¸å
æ¬å·¥å
·æ ã书ç¾ãåºé¨ä»»å¡æ ï¼ |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |
| | |
| | | <div style="background-color: #00ee00"/> |
| | | <span>æ¥è¦</span> |
| | | <div style="background-color: #f00"/> |
| | | <span>æ
é</span> |
| | | <div style="background-color: #C11900"/> |
| | | <img @click="dataAfter" src="@/assets/image/right.png" alt=""> |
| | | </a-space> |
| | | </div> |
| | |
| | | </a-tab-pane> |
| | | <a-tab-pane key="3" tab="æ¥è¦æ¥å¿"> |
| | | <alarm-log-list :dataList='warningList' :loading="loading"/> |
| | | </a-tab-pane> |
| | | <a-tab-pane key="4" tab="æ
鿥å¿"> |
| | | <fault-log-list :dataList='faultList' :loading="loading"/> |
| | | </a-tab-pane> |
| | | </a-tabs> |
| | | </div> |
| | |
| | | import LogList from './LogList' |
| | | import WorkLogList from './WorkLogList' |
| | | import AlarmLogList from './AlarmLogList' |
| | | import FaultLogList from './FaultLogList' |
| | | import WorkChartModel from './WorkChartModel' |
| | | import WorkHistoryModel from './WorkHistoryModel' |
| | | import { getAction } from '@/api/manage' |
| | | |
| | | export default { |
| | | components: { |
| | | FaultLogList, |
| | | LogList, |
| | | WorkLogList, |
| | | AlarmLogList, |
| | |
| | | <div v-else-if="status == '1' || status == '2'" style="color: #ffea91;width: 100%; height: 100%;">å¾
æº</div> |
| | | <div v-else-if="status == '0'" style="color: #A8A8A8;width: 100%; height: 100%;">å
³æº</div> |
| | | <div v-else-if="status == '22'" style="color: red;width: 100%; height: 100%;">æ¥è¦</div> |
| | | <div v-else-if="status == '25'" style="color: #C11900;width: 100%; height: 100%;">æ
é</div> |
| | | </template> |
| | | </a-table> |
| | | </div> |