From bbfd68648872621be182fd51f3a56a09cd21e09e Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期一, 26 五月 2025 09:50:36 +0800 Subject: [PATCH] 添加首页数据接口 --- eims-ui/apps/web-antd/src/views/eims/equ-detail/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/eims/equ-detail/index.vue b/eims-ui/apps/web-antd/src/views/eims/equ-detail/index.vue index 92cc264..29807b3 100644 --- a/eims-ui/apps/web-antd/src/views/eims/equ-detail/index.vue +++ b/eims-ui/apps/web-antd/src/views/eims/equ-detail/index.vue @@ -60,21 +60,21 @@ <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> @@ -120,12 +120,12 @@ </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> -- Gitblit v1.9.3