From 1fc379e0ae397e93c0c1150a37d63c2f506f8234 Mon Sep 17 00:00:00 2001
From: xiaofajia <1665375861@qq.com>
Date: Tue, 17 Dec 2024 16:07:08 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/manage/informationAdd.vue | 752 ++++++++++++-----------
pages/manage/informationManage.vue | 917 ++++++++++++++++-------------
2 files changed, 918 insertions(+), 751 deletions(-)
diff --git a/pages/manage/informationAdd.vue b/pages/manage/informationAdd.vue
index a3fed44..6c807db 100644
--- a/pages/manage/informationAdd.vue
+++ b/pages/manage/informationAdd.vue
@@ -1,385 +1,455 @@
-
-
-
-
-
- 新增设备
- 编辑设备
-
-
-
-
+
+
+
+
+
+ 新增设备
+ 编辑设备
+
+
+
+
- * 设备名称
-
-
-
-
-
+
+ *
+ 设备名称
+
+
+
+
+
+
- * 设备型号
-
-
-
-
-
+
+ *
+ 设备型号
+
+
+
+
+
+
- * 设备编号
-
-
-
-
-
+
+ *
+ 设备编号
+
+
+
+
+
+
+
+ 设备类别
+
+
+
+
+
+
- * 设备检定周期
-
-
-
-
-
+
+ *
+ 设备检定周期
+
+
+
+
+
+
- * 上次检定单位
-
-
-
-
+
+ *
+ 上次检定单位
+
+
+
+
+
+
+
+ *
+ 有效期
+
+
+
+ {{ time || '' }}
+
+
+
+
+ *
+ 下次检定时间
+
+
+
+ {{ time1 || '' }}
+
+
+
+
-
- * 有效期
-
-
- {{time|| ''}}
-
-
-
- * 下次检定时间
-
-
- {{time1|| ''}}
-
-
-
-
+
+
+ 保存
+
+
+
-
- 保存
-
-
-
-
-
-
+
diff --git a/pages/manage/informationManage.vue b/pages/manage/informationManage.vue
index c0673e1..2bf868b 100644
--- a/pages/manage/informationManage.vue
+++ b/pages/manage/informationManage.vue
@@ -1,16 +1,16 @@
-
-
-
-
-
-
- 设备管理
-
-
-
+
+
+
+
+
+
+ 设备管理
+
+
+
@@ -20,440 +20,537 @@
搜索
-
+
-
- + 新增设备
-
-
-
-
-
-
- {{item.equName || '设备名称'}}
-
- 编辑
- 删除
-
-
-
- 设备型号:
- {{item.equModel || ''}}
-
-
- 设备编号:
- {{item.equNumber || ''}}
-
-
- 检定/校准周期:
- {{item.equZq || ''}}
-
-
- 有效期:
- {{item.validTime || ''}}
-
-
- 检定单位:
- {{item.lastUnit || ''}}
-
-
- 计划检定时间:
- {{item.nextCheckTime || ''}}
-
+
+ + 新增设备
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+
+ {{ item.equName || '设备名称' }}
+
+ 编辑
+ 删除
+
+
+
+ 设备型号:
+ {{ item.equModel || '' }}
+
+
+ 设备编号:
+ {{ item.equNumber || '' }}
+
+
+ 检定/校准周期:
+ {{ item.equZq || '' }}
+
+
+ 有效期:
+ {{ item.validTime || '' }}
+
+
+ 检定单位:
+ {{ item.lastUnit || '' }}
+
+
+ 计划检定时间:
+ {{ item.nextCheckTime || '' }}
+
-
-
-
-
+
+
+
+
-
+
-
+