From 2bb042d71cd0b93a9491a6bb87e845cc0d87608a Mon Sep 17 00:00:00 2001
From: wesley88 <9519127+wesley88@user.noreply.gitee.com>
Date: Thu, 20 Feb 2025 19:06:25 +0800
Subject: [PATCH] 1
---
admin-web-master/src/components/fujianUpload/fujianList.vue | 2 +-
admin-web-master/src/views/detect/analyse.vue | 346 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------------------------------------------------------
admin-web-master/src/views/detect/examine/index.vue | 26 +++++++++++++++++++-------
3 files changed, 213 insertions(+), 161 deletions(-)
diff --git a/admin-web-master/src/components/fujianUpload/fujianList.vue b/admin-web-master/src/components/fujianUpload/fujianList.vue
index 4410cc8..27bb618 100644
--- a/admin-web-master/src/components/fujianUpload/fujianList.vue
+++ b/admin-web-master/src/components/fujianUpload/fujianList.vue
@@ -16,7 +16,7 @@
-
文件{{i+1}}
+
{{ file.address }}
diff --git a/admin-web-master/src/views/detect/analyse.vue b/admin-web-master/src/views/detect/analyse.vue
index 7bd5400..63453d3 100644
--- a/admin-web-master/src/views/detect/analyse.vue
+++ b/admin-web-master/src/views/detect/analyse.vue
@@ -1,6 +1,6 @@
-
+
招商资源监测 > 统计分析
@@ -8,8 +8,8 @@
-
商铺/广告位资源统计
-
+
-
+
- 检索
+ 查询
重置
@@ -31,45 +32,49 @@
-
-
+
+
+
+
-
+
+
-
商铺/广告位意向统计
+
-
-
+
+
-
+
合同签约数量趋势
-
@@ -89,7 +89,7 @@
-
@@ -134,7 +134,7 @@
-
@@ -297,6 +297,7 @@
export default {
data() {
return {
+ ishow:true,
issp: '1',
publishStatus: '',
clName: '',
@@ -536,6 +537,12 @@
this.onaction = '4'
},
async getAll() {
+ this.ishow = false
+ const loading = this.$loading({
+ target: document.querySelector('.boxqw'),
+ fullscreen: true
+ })
+
this.tableData = []
let list = []
if (this.ontype == '1') {
@@ -556,7 +563,7 @@
cereBasicInformationShop: element.cereBasicInformationShop,
num: element.cereRentalPolicies.length,
shopinfo: element1,
- typeid:'sp'+element.cereBasicInformationShop.id
+ typeid:'sp'+element.cereBasicInformationShop.id,
};
c1.push(obj);
}
@@ -694,9 +701,14 @@
// }
list = [...list, ...c2]
this.tableData = list
+
console.log(this.tableData);
}
-
+ setTimeout(() => {
+ this.ishow = true
+ loading.close();
+ this.$forceUpdate();
+ }, 100)
},
removeonaction(e) {
console.error(e)
--
libgit2 0.21.4