From 5bbe44ca241df77c03ac8c38db339816f999e358 Mon Sep 17 00:00:00 2001
From: yunuo970428 <405378304@qq.com>
Date: Wed, 31 Jul 2024 10:43:57 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=B4=E4=BF=AE=E9=A1=B9?=
=?UTF-8?q?=E7=9B=AE=E7=AE=A1=E7=90=86--=E6=8B=BC=E9=9F=B3=E7=BC=A9?=
=?UTF-8?q?=E5=86=99=E6=94=B9=E4=B8=BA=E9=A1=B9=E7=9B=AE=E7=BC=96=E7=A0=81?=
=?UTF-8?q?=E3=80=81=E5=A2=9E=E5=8A=A0=E6=B3=A8=E9=87=8A=E5=86=85=E5=AE=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
anrui-riskcenter-ui/.env.development | 2 +-
.../basicinformation/maintenanceitem/maintenanceitem.vue | 2 +-
.../maintenanceitem/maintenanceitemAdd.vue | 7 ++++++-
.../maintenanceitem/maintenanceitemInfo.vue | 7 ++++++-
4 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/anrui-riskcenter-ui/.env.development b/anrui-riskcenter-ui/.env.development
index 284a65afb4..cbbbedcf2b 100644
--- a/anrui-riskcenter-ui/.env.development
+++ b/anrui-riskcenter-ui/.env.development
@@ -6,5 +6,5 @@ VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://26077a35f5.wicp.vip"
-VUE_APP_URL = "http://anrui.yyundong.com"
+VUE_APP_URL = "http://120.46.172.184:8111"
diff --git a/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitem.vue b/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitem.vue
index 5fbab88084..244bcf809d 100644
--- a/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitem.vue
+++ b/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitem.vue
@@ -61,7 +61,7 @@
{{ scope.row.isEnable == '0' ? '禁用' : scope.row.isEnable == '1' ? '启用' : '' }}
-
+
diff --git a/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemAdd.vue b/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemAdd.vue
index 01b7fe942b..62590d8ddf 100644
--- a/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemAdd.vue
+++ b/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemAdd.vue
@@ -16,7 +16,7 @@
- 拼音缩写
+ 项目编码
{{ formobj.sitemCode }}
@@ -111,6 +111,11 @@
+
+
+ 注:维修项目涉及的价格填写时均应为不含税价格。
+
+
diff --git a/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemInfo.vue b/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemInfo.vue
index 466366049a..5b78611fd6 100644
--- a/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemInfo.vue
+++ b/yxt-as-ui/src/views/basicinformation/maintenanceitem/maintenanceitemInfo.vue
@@ -15,7 +15,7 @@
{{ formobj.sitemName }}
- 拼音缩写
+ 项目编码
{{ formobj.sitemCode }}
@@ -79,6 +79,11 @@
{{ formobj.sortNo }}
+
+
+ 注:维修项目涉及的价格填写时均应为不含税价格。
+
+