From 238229ecec19b51538c341e248e9f33c5f3d69a7 Mon Sep 17 00:00:00 2001
From: 18650502300 <18650502300@163.com>
Date: Sat, 27 Jul 2024 10:06:04 +0800
Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/area/index.vue | 82 ++++++++++++++++++---------------
1 file changed, 46 insertions(+), 36 deletions(-)
diff --git a/src/views/system/area/index.vue b/src/views/system/area/index.vue
index d85aac7..2ad2bd0 100644
--- a/src/views/system/area/index.vue
+++ b/src/views/system/area/index.vue
@@ -73,8 +73,8 @@
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -165,23 +147,41 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -466,8 +466,8 @@ export default {
// 表单校验
rules: {
areaName: [{ required: true, message: "运营区域不能为空", trigger: "blur" }],
- contact: [{ required: true, message: "联系人不能为空", trigger: "blur" }],
- phone: [{ required: true, message: "联系人电话不能为空", trigger: "blur" }],
+ // contact: [{ required: true, message: "联系人不能为空", trigger: "blur" }],
+ // phone: [{ required: true, message: "联系人电话不能为空", trigger: "blur" }],
autoReplacementOrder: [{ required: true, message: "最低电量不能为空", trigger: "blur" }],
deptId: [{ required: true, message: "运营商不能为空", trigger: "blur" }],
},
@@ -803,4 +803,14 @@ export default {
.el-dialog:not(.is-fullscreen) {
margin-top: 2vh !important;
}
+.el-upload--picture-card {
+ width: 60px !important;
+ height: 60px !important;
+ line-height: 70px !important;
+}
+
+.el-upload-list--picture-card .el-upload-list__item {
+ width: 60px !important;
+ height: 60px !important;
+}