| | |
| | | <div class="w-3/4 min-w-[640px] flex align-center justify-around"> |
| | | <Divider class="h-full" type="vertical" /> |
| | | <div class="flex w-1/4 h-full cursor-pointer items-center justify-center rounded-sm hover:bg-gray-100" style="background: #f2f6fe"> |
| | | <Image :preview="false" :width="40" src="/src/assets/logo.png" /> |
| | | <Image :preview="false" :width="40" src="/static/menu/ico7.png" /> |
| | | <div class="flex flex-col ml-6 mr-2"> |
| | | <span class="text-xl font-bold">100%</span> |
| | | <span class="mt-5 text-gray-500">设备健康度</span> |
| | | </div> |
| | | </div> |
| | | <div class="flex w-1/4 h-full cursor-pointer items-center justify-center rounded-sm hover:bg-gray-100" style="background: #fcf8ee"> |
| | | <Image :preview="false" :width="40" src="/src/assets/logo.png" /> |
| | | <Image :preview="false" :width="40" src="/static/menu/ico1.png" /> |
| | | <div class="flex flex-col ml-6 mr-2"> |
| | | <span class="text-xl font-bold">86.6h</span> |
| | | <span class="text-xl font-bold">0.0h</span> |
| | | <span class="mt-5 text-gray-500">平均故障时间</span> |
| | | </div> |
| | | </div> |
| | | <div class="flex w-1/4 h-full cursor-pointer items-center justify-center rounded-sm hover:bg-gray-100" style="background: #ecf5de"> |
| | | <Image :preview="false" :width="40" src="/src/assets/logo.png" /> |
| | | <Image :preview="false" :width="40" src="/static/menu/ico5.png" /> |
| | | <div class="flex flex-col ml-6 mr-2"> |
| | | <span class="text-xl font-bold">0元</span> |
| | | <span class="mt-5 text-gray-500">维保总费用</span> |
| | |
| | | </DescriptionsItem> |
| | | </Descriptions> |
| | | </TabPane> |
| | | <TabPane key="2" tab="维修">Content of Tab Pane 2</TabPane> |
| | | <!-- <TabPane key="2" tab="维修">Content of Tab Pane 2</TabPane> |
| | | <TabPane key="3" tab="保养">Content of Tab Pane 3</TabPane> |
| | | <TabPane key="4" tab="点检">Content of Tab Pane 3</TabPane> |
| | | <TabPane key="5" tab="备件">Content of Tab Pane 3</TabPane> |
| | | <TabPane key="6" tab="附件">Content of Tab Pane 3</TabPane> |
| | | <TabPane key="7" tab="设备履历">Content of Tab Pane 3</TabPane> |
| | | <TabPane key="7" tab="设备履历">Content of Tab Pane 3</TabPane>--> |
| | | <TabPane key="8" tab="试产记录"> |
| | | <EquTrial :equ-detail-flag="true" :equ-id="equId" /> |
| | | </TabPane> |