From 559ba5b4f27be7f8f4c73f4ab75386f126c3fed2 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 26 七月 2024 14:46:15 +0800
Subject: [PATCH] 1.客户看板发布
---
src/views/kanbanManager/zhkb.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/kanbanManager/zhkb.vue b/src/views/kanbanManager/zhkb.vue
index 17f2448..019e3d9 100644
--- a/src/views/kanbanManager/zhkb.vue
+++ b/src/views/kanbanManager/zhkb.vue
@@ -123,17 +123,17 @@
<dv-border-box-12 style="height: 415px;">
<div style="display: flex;justify-content: center;position: relative">
<div class="kb_center_block_children all_block05">
- <div style="font-size: 24px;">{{ parseFloat(RightBottom.Y) }}</div>
+ <div style="font-size: 24px;">{{ RightBottom? parseFloat(RightBottom.Y):'NaN' }}</div>
<div class="box02" />
<div>鍘熸潗鏂�</div>
</div>
<div class="kb_center_block_children all_block06">
- <div style="font-size: 24px;">{{ parseFloat(RightBottom.B) }}</div>
+ <div style="font-size: 24px;">{{ RightBottom? parseFloat(RightBottom.B):'NaN' }}</div>
<div class="box02" />
<div>鍗婃垚鍝�</div>
</div>
<div class="kb_center_block_children all_block07">
- <div style="font-size: 24px;">{{ parseFloat(RightBottom.C) }}</div>
+ <div style="font-size: 24px;">{{ RightBottom? parseFloat(RightBottom.C):'NaN' }}</div>
<div class="box02" />
<div>浜ф垚鍝�</div>
</div>
@@ -207,7 +207,7 @@
},
methods: {
getWorkShopCompreLeftTop() {
- WorkShopCompreLeftTop().then(res2 => {
+ WorkShopCompreLeftTop({ wkshopcode: '1501,1502' }).then(res2 => {
this.LeftTopData01 = []
this.LeftTopData02 = []
res2.data.LeftTop.forEach(i => {
--
Gitblit v1.9.3