From b69959f530c5c51daa19333879ddbf91675e830f Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Thu, 12 Mar 2026 15:45:07 +0800
Subject: [PATCH] 修改
---
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 571202b..6a1d6ba 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