From 2a4b9941ffa8b38557af281e95faf5cd8bb799e2 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期五, 13 十月 2023 16:44:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/views/wel/Statistic.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/wel/Statistic.vue b/Source/UBCS-WEB/src/views/wel/Statistic.vue
index a0c587b..f9f822f 100644
--- a/Source/UBCS-WEB/src/views/wel/Statistic.vue
+++ b/Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -38,11 +38,11 @@
},
{
click: this.handleItemCClick,
- title: '涓婚搴撳畾涔�',
+ title: 'Part',
count: 523,
icon: 'el-icon-setting',
color: 'rgb(117, 56, 199)',
- uiUrl:'/modeling/classifyTree',
+ uiUrl:'/MasterData/items?id=10@@name=Part',
countUrl:'priceIndexController/countNeedFeedbackPlan'
},
{
@@ -72,7 +72,7 @@
this.$router.push({ path: '/MasterData/items?id=renyuan@@name=浜哄憳涓绘暟鎹�'} );
},
handleItemCClick() {
- this.$router.push({ path: '/modeling/classifyTree'} );
+ this.$router.push({ path: '/MasterData/items?id=10@@name=Part'} );
},
handleItemDClick() {
this.$router.push({ path: '/MasterData/items?id=gongyingshang@@name=渚涘簲鍟嗕富鏁版嵁'} );
@@ -84,7 +84,7 @@
if (!this.countByServer) {
// 鏄墠绔煡璇�
getList(record.countUrl, {}).then(res => {
- console.log('res',res)
+ // console.log('res',res)
if (res.data.data.success) {
record.count = res.data.data.obj;
} else {
--
Gitblit v1.10.0