douzhuo 2 år sedan
förälder
incheckning
11b201480f
3 ändrade filer med 11 tillägg och 17 borttagningar
  1. +4
    -6
      pages.json
  2. +5
    -7
      pages/mine/reportExcel/dayReport.vue
  3. +2
    -4
      pages/mine/reportExcel/weekReport.vue

+ 4
- 6
pages.json Visa fil

@@ -238,20 +238,18 @@
{
"path": "reportExcel/dayReport",
"style": {
"navigationBarTitleText": "接待日报",
"navigationBarTitleText": "数智工牌日报",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
"navigationBarTextStyle": "black"
}
},
{
"path": "reportExcel/weekReport",
"style": {
"navigationBarTitleText": "接待周报",
"navigationBarTitleText": "数智工牌周报",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationStyle": "custom"
"navigationBarTextStyle": "black"
}
}, {


+ 5
- 7
pages/mine/reportExcel/dayReport.vue Visa fil

@@ -1,9 +1,5 @@
<template>
<view class="pages">
<!-- 导航栏 -->
<view class="nav-header">
<u-navbar title="数智工牌日报" :titles="$options.filters.fomatDate(weekObj.createTime)"></u-navbar>
</view>
<!-- 日报内容部分 -->
<view class="container" ref="lists">
<!-- 头部日报卡 -->
@@ -255,7 +251,7 @@
<view class="r-title">
<text>未标记接待数:</text>
<text class="num up"
style="font-weight: 500;font-size: 34rpx;">{{ weekObj.unlabelledReceptionNum || 0 }}</text>
style="font-weight: 500;font-size: 34rpx;">{{ weekObj.unlabelledReceptionNum || 0 }}</text>
</view>
</view>
</view>
@@ -454,8 +450,8 @@
font-weight: bold;
color: #303030;
}
.date {
// position: absolute;
// right: 0;
@@ -587,6 +583,8 @@
}

.nav-footer {
position: sticky;
bottom: 32rpx;
margin: 32rpx 0;
width: 100%;
display: flex;


+ 2
- 4
pages/mine/reportExcel/weekReport.vue Visa fil

@@ -1,9 +1,5 @@
<template>
<view class="pages">
<!-- 导航栏 -->
<view class="nav-header">
<u-navbar title="数智工牌周报" :titles="weekObj.createTimeName"></u-navbar>
</view>
<!-- 日报内容部分 -->
<view class="container">
<!-- 头部日报卡 -->
@@ -964,6 +960,8 @@
.nav-footer {
position: sticky;
bottom: 32rpx;
margin: 32rpx 0;
width: 100%;
display: flex;


Laddar…
Avbryt
Spara