From 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69 Mon Sep 17 00:00:00 2001 From: sjz <1240968267@qq.com> Date: 星期三, 19 二月 2025 11:54:28 +0800 Subject: [PATCH] 煜昌pad前端 --- pages/index/index.vue | 24 ++++++++++++++++++++---- 1 files changed, 20 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 4deb669..571d3a6 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,3 +1,4 @@ + <template> <view> <u-grid :col="3" @click="gotoPage" border> @@ -32,13 +33,28 @@ icon:'' }, { - name :'鏈哄彴鎶ュ伐', - src:'/pages/work_reporting/work_reporting', + name: '榻胯疆鍒剁▼妫�楠�', + src: '/pages/inspection/mtInspectionList', + icon:'' + }, + { + name :'鎴愬搧鍏ュ簱妫�妫�楠�', + src:'/pages/fqc/fqcInspectionList', + icon:'' + }, + { + name :'鏉ユ枡妫�楠岀敵璇峰崟', + src:'/pages/iqc/iqcInspectionList', icon:'' }, { name :'璁惧鐐规璁″垝', - src:'/pages/eqSpotCheck/eqSpotCheck', + src:'/pages/eqSpotCheck/eqSpotCheckList', + icon:'' + }, + { + name :'妯″叿淇濆吇璁″垝', + src:'/pages/eqSpotCheck/moldSpotCheckList', icon:'' }, ] @@ -91,6 +107,6 @@ border-bottom: 1upx solid #dadbde; border-right: 1upx solid #dadbde; background-color: #f1f2f4; - height: 100upx; + height: 15vh; } </style> \ No newline at end of file -- Gitblit v1.9.3