Commit d5e86346 authored by 张锡奇's avatar 张锡奇

upload

parent e13c793d
...@@ -24,7 +24,7 @@ module.exports = [ ...@@ -24,7 +24,7 @@ module.exports = [
name:'healthCardStatisticsIndex', name:'healthCardStatisticsIndex',
component:()=> import('@/view/healthCard/statistics/index.vue'), component:()=> import('@/view/healthCard/statistics/index.vue'),
meta:{ meta:{
title: '员工健康' title: '健康打卡'
} }
}, },
{ {
...@@ -32,7 +32,7 @@ module.exports = [ ...@@ -32,7 +32,7 @@ module.exports = [
name:'healthCardStatisticsChart', name:'healthCardStatisticsChart',
component:()=> import('@/view/healthCard/statistics/chart.vue'), component:()=> import('@/view/healthCard/statistics/chart.vue'),
meta:{ meta:{
title: '员工健康' title: '健康打卡'
} }
}, },
{ {
...@@ -40,7 +40,7 @@ module.exports = [ ...@@ -40,7 +40,7 @@ module.exports = [
name:'healthCardStatisticsList', name:'healthCardStatisticsList',
component:()=> import('@/view/healthCard/statistics/list.vue'), component:()=> import('@/view/healthCard/statistics/list.vue'),
meta:{ meta:{
title: '员工健康' title: '健康打卡'
} }
} }
] ]
......
...@@ -88,8 +88,8 @@ ...@@ -88,8 +88,8 @@
<template> <template>
<div id="healthCardStatisticsIndex"> <div id="healthCardStatisticsIndex">
<div class="items" v-for="(item,index) in list" :key="index"> <div class="items" v-for="(item,index) in list" :key="index" @click="routerToChart(item)">
<div class="HEAD" @click="routerToChart(item)"> <div class="HEAD" >
<div class="left"> <div class="left">
<span>{{item.iAllJoin}}/{{item.iAll}}</span> <span>{{item.iAllJoin}}/{{item.iAll}}</span>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment