From 4a7b0d87fac0c6bcae7405cc0a992c145510c133 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 十一月 2023 10:34:36 +0800
Subject: [PATCH] 1.综合看板 当月改为近一周
---
src/views/kanbanManager/all.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/kanbanManager/all.vue b/src/views/kanbanManager/all.vue
index 671e9c3..61a6f92 100644
--- a/src/views/kanbanManager/all.vue
+++ b/src/views/kanbanManager/all.vue
@@ -84,7 +84,7 @@
<div style="width: 1000px;">
<div class="smallTitle">
<svg-icon icon-class="blcs" class="svg_class" />
- 璐ㄩ噺涓嶈壇
+ 璐ㄩ噺涓嶈壇(杩戜竴鍛�)
</div>
<div class="lineContent horn" style="height: 380px;display: flex;justify-content: space-between">
<div id="cjzl03" class="flex_c_c" style="width: 100%;height:100%" />
@@ -167,7 +167,7 @@
async getAllApi() {
const { data: res } = await ShopSearch()
this.wkshopArr = res
- const temp = ['001', 'CJ001', '006', 'ZS001', '002']
+ const temp = this.wkshopArr.map(i => i.org_code)
// const temp = this.wkshopArr.map(i => i.org_code)
temp.forEach(i => {
--
Gitblit v1.9.3