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

upload

parent e13c793d
......@@ -24,7 +24,7 @@ module.exports = [
name:'healthCardStatisticsIndex',
component:()=> import('@/view/healthCard/statistics/index.vue'),
meta:{
title: '员工健康'
title: '健康打卡'
}
},
{
......@@ -32,7 +32,7 @@ module.exports = [
name:'healthCardStatisticsChart',
component:()=> import('@/view/healthCard/statistics/chart.vue'),
meta:{
title: '员工健康'
title: '健康打卡'
}
},
{
......@@ -40,7 +40,7 @@ module.exports = [
name:'healthCardStatisticsList',
component:()=> import('@/view/healthCard/statistics/list.vue'),
meta:{
title: '员工健康'
title: '健康打卡'
}
}
]
......
......@@ -88,8 +88,8 @@
<template>
<div id="healthCardStatisticsIndex">
<div class="items" v-for="(item,index) in list" :key="index">
<div class="HEAD" @click="routerToChart(item)">
<div class="items" v-for="(item,index) in list" :key="index" @click="routerToChart(item)">
<div class="HEAD" >
<div class="left">
<span>{{item.iAllJoin}}/{{item.iAll}}</span>
</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