From facfd6f11cb9023f88da4d02a87305b564dabd6f Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 02 四月 2024 10:10:25 +0800
Subject: [PATCH] 1.看板文字微调
---
src/views/kanbanManager/all.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/kanbanManager/all.vue b/src/views/kanbanManager/all.vue
index 671e9c3..f96b9fd 100644
--- a/src/views/kanbanManager/all.vue
+++ b/src/views/kanbanManager/all.vue
@@ -25,7 +25,7 @@
<div style="width: 1000px;">
<div class="smallTitle">
<svg-icon icon-class="cxjg" class="svg_class" />
- 鐢熶骇璁㈠崟(褰撴湀)
+ 鐢熶骇璁㈠崟(杩戜竴鏈�)
</div>
<div class="lineContent horn" style="height: 450px;display: flex;flex-direction: column;justify-content: space-between">
<div style="height: 180px;padding: 10px;display: flex;justify-content: space-between">
@@ -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