From b3771248367b82aed1de23dce4ae54b160adbdad Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Tue, 20 Aug 2024 18:43:18 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E9=A2=86=E7=94=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../construction/deviceReceive/index.vue | 30 ++++++++++++-------
1 file changed, 20 insertions(+), 10 deletions(-)
diff --git a/src/views/construction/deviceReceive/index.vue b/src/views/construction/deviceReceive/index.vue
index 51455b5..c9c7ded 100644
--- a/src/views/construction/deviceReceive/index.vue
+++ b/src/views/construction/deviceReceive/index.vue
@@ -7,6 +7,7 @@
placeholder="工程名称"
clearable
@keyup.enter.native="handleQuery"
+ maxlength="30"
/>
@@ -16,6 +17,7 @@
placeholder="杆塔编号"
clearable
@keyup.enter.native="handleQuery"
+ maxlength="30"
/>
@@ -24,6 +26,7 @@
placeholder="领用班组"
clearable
@keyup.enter.native="handleQuery"
+ maxlength="30"
/>
@@ -32,6 +35,7 @@
placeholder="设备名称"
clearable
@keyup.enter.native="handleQuery"
+ maxlength="30"
/>
@@ -41,6 +45,7 @@
placeholder="设备编码"
clearable
@keyup.enter.native="handleQuery"
+ maxlength="30"
/>
@@ -93,17 +98,22 @@
-
-
-
-
-
-
-
-
+
+
+
+ {{ (queryParams.pageNum - 1) * queryParams.pageSize + scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
-
-
+
+
在用
{{ scope.row.ghTime }}