From 6384a623a4357bf0f5fff6f124df0d73b8202070 Mon Sep 17 00:00:00 2001
From: dhy1725534722 <1725534722@qq.com>
Date: Wed, 11 Oct 2023 11:07:03 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/yingji/enterprise.vue | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/yingji/enterprise.vue b/src/views/yingji/enterprise.vue
index 9b6c6d9..cc48f61 100644
--- a/src/views/yingji/enterprise.vue
+++ b/src/views/yingji/enterprise.vue
@@ -117,7 +117,7 @@
header-align="center"
>
- {{ componendDistrict(scope.row.subdistrict) || '/' }}
+ {{ componendDistrict(scope.row.subdistrict) || "/" }}
{
if (key == value1.eng) {
this.listDes[index1].value =
- this.details[key] == "无" ? "/" : this.details[key];
+ this.details[key] == "无"
+ ? "/"
+ : this.details[key] == "null"
+ ? "/"
+ : this.details[key];
return;
}
});
@@ -723,7 +727,7 @@ export default {
value1.value
);
}
- if (value1.value == null) {
+ if (value1.value == null ) {
this.listDes[index1].value = "/";
}
if (value1.value == "false") {