From d3ef2f4d4f9c9d863ab76b3140271dcfe0a6179e Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 13 Jan 2026 15:00:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/drone-command/src/views/areaManage/precinctInfo/FormDiaLog.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/applications/drone-command/src/views/areaManage/precinctInfo/FormDiaLog.vue b/applications/drone-command/src/views/areaManage/precinctInfo/FormDiaLog.vue
index d3c730d..246b86c 100644
--- a/applications/drone-command/src/views/areaManage/precinctInfo/FormDiaLog.vue
+++ b/applications/drone-command/src/views/areaManage/precinctInfo/FormDiaLog.vue
@@ -89,10 +89,10 @@
const tempLocation = ref({ longitude: null, latitude: null })
const rules = {
- address: fieldRules(true, false, 50),
- stationName: fieldRules(true, false, 50),
- contactPerson: fieldRules(true, false, 50),
- contactPhone: fieldRules(true, false, 50),
+ address: fieldRules(true, 50),
+ stationName: fieldRules(true, 50),
+ contactPerson: fieldRules(true, 50),
+ contactPhone: fieldRules(true, 50),
}
// 关闭弹框
--
Gitblit v1.9.3