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 }}