From c5524d00d25a363f3119253be133ab39f4f02049 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=87=AA=E5=B8=A6=E5=A4=A7=E4=BD=AC=E6=B0=94=E5=9C=BA?=
<188633308@qq.com>
Date: Thu, 6 May 2021 13:33:32 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E5=8C=BA=E5=9F=9F=E7=BC=96=E7=A0=81?=
=?UTF-8?q?=E4=B8=8D=E5=8F=AF=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Web/src/assets/style/lib/select.less | 2 +-
Web/src/pages/system/area/form.vue | 11 ++++++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/Web/src/assets/style/lib/select.less b/Web/src/assets/style/lib/select.less
index 8e1865f..28419d2 100644
--- a/Web/src/assets/style/lib/select.less
+++ b/Web/src/assets/style/lib/select.less
@@ -1,6 +1,6 @@
@import (reference) '~@/assets/style/extend.less';
.ant-select-arrow {
- .ant-select-arrow-icon {
+ .anticon-down {
transform: scaleY(.75);
}
}
diff --git a/Web/src/pages/system/area/form.vue b/Web/src/pages/system/area/form.vue
index c254096..265fd83 100644
--- a/Web/src/pages/system/area/form.vue
+++ b/Web/src/pages/system/area/form.vue
@@ -12,19 +12,22 @@
-
+
{{ item.value }}
+
-
+
+
+
@@ -72,7 +75,6 @@ export default {
/* ... */
exist: false,
levelType: [],
- editDisabled: false,
};
},
@@ -90,6 +92,9 @@ export default {
/* ... */
levelType: params.record && params.record.levelType.toString(),
});
+
+ // 编码不可更改
+ this.exist = !!params.record;
},
/**