From 6169660d7b5968d62c3d816f4e7332d7e3abe573 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Mar 2026 12:01:03 +0800
Subject: [PATCH] 修改名字2
---
src/views/license/licenseInfo/index1.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/license/licenseInfo/index1.vue b/src/views/license/licenseInfo/index1.vue
index 543c32d..571202b 100644
--- a/src/views/license/licenseInfo/index1.vue
+++ b/src/views/license/licenseInfo/index1.vue
@@ -119,7 +119,7 @@
</el-row >
<el-row style="height:80px;margin-left:470px;">
<el-col :span="13" style="font-size: 22px;height: 90px;padding-right: 200px;">
- <span>{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ <span>{{province === "盐城市"? "盐城市":province}}{{city}}{{district}}{{address}}</span>
</el-col>
<!--<el-col :span="8" style="font-size: 27px">
<span>{{area}}㎡</span>
@@ -143,7 +143,7 @@
<span>({{reservebox}}箱)</span>
</el-col>
<el-col :span="8" style="font-size: 22px;padding-left: 50px;height: 80px">
- <span>{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
+ <span>{{storageprovince === "盐城市"? "盐城市":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
<span>库区面积{{area}}㎡</span>;
<span>库房面积{{storagearea}}㎡</span>
</el-col>
@@ -232,7 +232,7 @@
</el-row>
<el-row style="margin-top: 50px;margin-left: 75px;height: 35px">
<el-col :span="8">
- <span>{{province === "盐城市"? "新疆":province}}{{city}}{{district}}{{address}}</span>
+ <span>{{province === "盐城市"? "盐城市":province}}{{city}}{{district}}{{address}}</span>
</el-col>
</el-row>
<el-row style="margin-top: 22px;margin-left: 75px">
@@ -242,7 +242,7 @@
</el-row>
<el-row style="margin-top: 15px;margin-left: 75px;height: 35px">
<el-col :span="8">
- <span>{{storageprovince === "盐城市"? "新疆":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
+ <span>{{storageprovince === "盐城市"? "盐城市":storageprovince}}{{storagecity}}{{storagedistrict}}{{storageaddress}}</span><br>
<span>库区面积{{area}}㎡</span>;
<span>库房面积{{storagearea}}㎡</span>
</el-col>
--
Gitblit v1.9.2