From 8cff3d89e0207b5aa6e04d7ede230b673dea0574 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 15 八月 2024 09:51:10 +0800
Subject: [PATCH] @
---
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js | 2 +-
Monitor-APP/pages/home/home.vue | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index ac80de9..a5d8769 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -235,7 +235,7 @@
circular="true" :autoplay="true" :interval="3000" :duration="1000">
<swiper-item class="swiper-item" v-for="(item,i) in swiperList" :key="i">
<view style="width: 20%;">No:{{i+1}}</view>
- <view style="width: 30%;">{{item.matNo}}</view>
+ <view style="width: 30%;">{{item.matnr}}</view>
<view style="width: 20%;">{{item.maknx}}</view>
<view style="width: 20%;">{{item.specs}}</view>
<view style="width: 10%;">{{item.count}}</view>
@@ -427,10 +427,10 @@
this.getServerData()
this.getDate2()
this.getUrl()
- this.getInfo()
- this.getError()
- // this.getInfo2()
- // this.getError2()
+ // this.getInfo()
+ // this.getError()
+ this.getInfo2()
+ this.getError2()
this.controller()
},1000)
diff --git a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
index 03f2392..f16750f 100644
--- a/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
+++ b/Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
@@ -271,7 +271,7 @@
"data": [],
"radius": '50%',
"label": {
- "show": true,
+ "show": false,
"color": "#666666",
"position": 'top',
},
--
Gitblit v1.9.1