From ea2e0a63ef8a43ee554cd940c08172fe9522bc87 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 13 九月 2023 15:28:19 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/views/wel/Statistic.vue | 75 +++++++++++--------------------------
1 files changed, 22 insertions(+), 53 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/wel/Statistic.vue b/Source/UBCS-WEB/src/views/wel/Statistic.vue
index f95cb3d..0d6556a 100644
--- a/Source/UBCS-WEB/src/views/wel/Statistic.vue
+++ b/Source/UBCS-WEB/src/views/wel/Statistic.vue
@@ -1,8 +1,8 @@
<template>
<div>
<el-row :gutter="20">
- <el-col :span="3" v-for="item in listMyTask">
- <div class="box" :style="item.style">
+ <el-col :xs="8" :sm="8" :md="8" :lg="6" :xl="4" v-for="item in listMyTask">
+ <div class="box" :style="item.style" @click="goto(item)">
{{item.name}}
<div><avue-count-up class="value" :end="item.count"></avue-count-up></div>
</div>
@@ -14,6 +14,7 @@
<script>
import {validatenull} from "@/util/validate";
import {getList} from "@/api/system/statistic";
+import {flowRoute} from "@/util/flow";
export default {
name: "Statistic",
@@ -35,74 +36,36 @@
"backgroundColor": "#FF5722",
"btmname": "hometask",
"countUrl": "priceIndexController/countNeedConfirmPlan",
- "name": "寰呯‘璁よ鍒�",
+ "name": "鐗╁搧涓绘暟鎹�",
"nameOid": "",
"oid": "34aebfde-eb11-4555-87eb-0a779be9aad0",
- "uiUrl": "USEJS:rpm/wrj/ProductPricePlan",
+ "uiUrl": "/MasterData/items?id=wupin@name=鐗╁搧涓绘暟鎹�",
}, {
"backgroundColor": "#5FB878",
"btmname": "hometask",
"countUrl": "priceIndexController/countPricingPlan",
- "name": "浠婃棩宸茬‘璁よ鍒�",
+ "name": "浜哄憳涓绘暟鎹�",
"nameOid": "2C72EA23-8AA5-E5FC-9BC1-DE4AD182EF7B",
"oid": "6256ae79-7765-4c66-afc7-f12fad350065",
- "uiUrl": "USEJS:rpm/wrj/ProductPricePlan",
- },
- {
+ "uiUrl": "/MasterData/items?id=renyuan@@name=浜哄憳涓绘暟鎹�",
+ },{
"backgroundColor": "#1E9FFF",
"btmname": "hometask",
"countUrl": "priceIndexController/countNeedFeedbackPlan",
- "name": "宸茶皥銆佸緟鍙嶉",
+ "name": "涓婚搴撳畾涔�",
"nameOid": "2536978C-CD1B-5B56-6529-A8C3456B5260",
"oid": "3043cdf1-8479-4c2a-9eab-fc35e9f9d5a7",
- "uiUrl": "USEJS:rpm/wrj/ProductPricePlan",
+ "uiUrl": "/modeling/classifyTree",
},
{
"backgroundColor": "#FF5722",
"btmname": "hometask",
"countUrl": "priceIndexController/countMyUnCreatePricePlan",
- "name": "閲囪喘璋堜环-缁忓姙",
+ "name": "渚涘簲鍟嗕富鏁版嵁",
"nameOid": "",
"oid": "529634e7-1854-4f61-b911-a91e3c406757",
- "uiUrl": "USEJS:rpm/wrj/PurchaseRequstUndo",
- },
- {
- "backgroundColor": "#5FB878",
- "btmname": "hometask",
- "countUrl": "priceIndexController/countPricingPlan",
- "name": "浠婃棩宸茬‘璁よ鍒�--缁忓姙浜�",
- "nameOid": "",
- "oid": "a03a6ab2-f87d-4e45-94cb-9ef4d66fbba2",
- "uiUrl": "USEJS:rpm/wrj/PurchaseRequstUndo?showPlan=true",
- },
- {
- "backgroundColor": "#1E9FFF",
- "btmname": "hometask",
- "countUrl": "priceIndexController/countNeedFeedbackPlan",
- "name": "宸茶皥銆佸緟鍙嶉--缁忓姙浜�",
- "nameOid": "",
- "oid": "8e56cce6-c955-4624-99d5-6c5b870a8c09",
- "uiUrl": "USEJS:rpm/wrj/PurchaseRequstUndo?showPlan=true",
- },
- {
- "backgroundColor": "",
- "btmname": "",
- "countUrl": "priceIndexController/countMyWillAuditPlan",
- "name": "閲囪喘璋堜环-缁忓姙",
- "nameOid": "",
- "oid": "f7d5c541-3a3a-4f24-bf76-b1538abb7abd",
- "uiUrl": "USEJS:rpm/wrj/PurchaseRequstUndo?showPlan=true",
- },
- {
- "backgroundColor": "",
- "btmname": "hometask",
- "countUrl": "priceIndexController/countNeedDispatch",
- "name": "閲囪喘璋堜环-鍒嗘淳",
- "nameOid": "BAD3108F-6F6B-F287-705C-82D69A5E030A",
- "oid": "6093b1cb-bd7b-438b-8a76-05ab486ccf63",
- "uiUrl": "USEJS:rpm/wrj/PurchaseRequstUndo?showPlan=true"
- }
- ]
+ "uiUrl": "/MasterData/items?id=gongyingshang@@name=渚涘簲鍟嗕富鏁版嵁",
+ }]
this.listMyTask = data.map(record => {
record.style=record.style || ''
if(record.backgroundColor!=''){
@@ -124,19 +87,23 @@
...record
}
})
+ },
+ goto(item){
+ this.$router.push({ path: item.uiUrl });
}
}
}
</script>
<style scoped>
+.el-col{margin-bottom: 0}
.box{
text-align: center;
background: rgb(235, 238, 245);
color: #303133;
- height: 74px;
+ height: 70px;
margin: 10px 0!important;
- padding: 15px 20px;
+ padding: 15px 10px;
position: relative;
border-radius: 4px;
box-sizing: border-box;
@@ -145,6 +112,8 @@
.value{
font-size: 12px;
opacity: .69;
- line-height: 24px;
+ line-height: 20px;
+ margin-top: 5px;
+ display: block;
}
</style>
--
Gitblit v1.9.3