From 4460f7201cfca69b1ba92b8d9dd5cb52f873e5fd Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Wed, 10 Apr 2024 16:47:40 +0800
Subject: [PATCH] =?UTF-8?q?style:=20=E7=BD=91=E5=85=83=E9=85=8D=E7=BD=AE?=
=?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=8F=AF=E9=80=89=E6=8B=A9=E6=88=96=E8=BE=93?=
=?UTF-8?q?=E5=85=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/configManage/neManage/index.vue | 37 ++++++++++++-----------
1 file changed, 20 insertions(+), 17 deletions(-)
diff --git a/src/views/configManage/neManage/index.vue b/src/views/configManage/neManage/index.vue
index 02c7183a..158a3d90 100644
--- a/src/views/configManage/neManage/index.vue
+++ b/src/views/configManage/neManage/index.vue
@@ -23,6 +23,7 @@ import useI18n from '@/hooks/useI18n';
import { FileType } from 'ant-design-vue/lib/upload/interface';
import { UploadRequestOption } from 'ant-design-vue/lib/vc-upload/interface';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
+import { NE_TYPE_LIST } from '@/constants/ne-constants';
import useNeInfoStore from '@/store/modules/neinfo';
const { t } = useI18n();
@@ -221,7 +222,7 @@ let modalState: ModalStateType = reactive({
pvFlag: 'PNF',
rmUid: '4400HX1AMF001',
vendorName: '',
- sync: false,
+ sync: true,
},
importFrom: {
neId: '',
@@ -785,11 +786,12 @@ onMounted(() => {
:label="t('views.configManage.neManage.neType')"
name="neType "
>
-
+ :placeholder="t('common.inputPlease')"
+ />
@@ -974,20 +976,21 @@ onMounted(() => {
name="neType"
v-bind="modalStateFrom.validateInfos.neType"
>
-
-
-
- {{
- t('views.configManage.neManage.neTypeTip')
- }}
-
-
-
-
+
+
+
+ {{
+ t('views.configManage.neManage.neTypeTip')
+ }}
+
+
+
+
+