| | |
| | | <template> |
| | | <div class="right"> |
| | | <UserOperate/> |
| | | <div class="event-overviewdetail-right"> |
| | | <div>工单列表</div> |
| | | <div> |
| | | <el-date-picker |
| | |
| | | </div> |
| | | </template> |
| | | <script setup> |
| | | import UserOperate from '@/components/UserOperate.vue'; |
| | | import dayjs from 'dayjs' |
| | | import { selectDevicePage } from '@/api/home/machineNest' |
| | | import { getMultipleDictionary } from '@/api/system/dictbiz' |
| | |
| | | }) |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .right { |
| | | .event-overviewdetail-right { |
| | | position: absolute; |
| | | right: 0; |
| | | top: 88px; |
| | | color: black; |
| | | right: 29px; |
| | | top: 122px; |
| | | // color: black; |
| | | display: flex; |
| | | flex-direction: column; |
| | | align-items: center; |