@@ -238,20 +238,18 @@ | |||||
{ | { | ||||
"path": "reportExcel/dayReport", | "path": "reportExcel/dayReport", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "接待日报", | |||||
"navigationBarTitleText": "数智工牌日报", | |||||
"navigationBarBackgroundColor": "#ffffff", | "navigationBarBackgroundColor": "#ffffff", | ||||
"navigationBarTextStyle": "black", | |||||
"navigationStyle": "custom" | |||||
"navigationBarTextStyle": "black" | |||||
} | } | ||||
}, | }, | ||||
{ | { | ||||
"path": "reportExcel/weekReport", | "path": "reportExcel/weekReport", | ||||
"style": { | "style": { | ||||
"navigationBarTitleText": "接待周报", | |||||
"navigationBarTitleText": "数智工牌周报", | |||||
"navigationBarBackgroundColor": "#ffffff", | "navigationBarBackgroundColor": "#ffffff", | ||||
"navigationBarTextStyle": "black", | |||||
"navigationStyle": "custom" | |||||
"navigationBarTextStyle": "black" | |||||
} | } | ||||
}, { | }, { | ||||
@@ -1,9 +1,5 @@ | |||||
<template> | <template> | ||||
<view class="pages"> | <view class="pages"> | ||||
<!-- 导航栏 --> | |||||
<view class="nav-header"> | |||||
<u-navbar title="数智工牌日报" :titles="$options.filters.fomatDate(weekObj.createTime)"></u-navbar> | |||||
</view> | |||||
<!-- 日报内容部分 --> | <!-- 日报内容部分 --> | ||||
<view class="container" ref="lists"> | <view class="container" ref="lists"> | ||||
<!-- 头部日报卡 --> | <!-- 头部日报卡 --> | ||||
@@ -255,7 +251,7 @@ | |||||
<view class="r-title"> | <view class="r-title"> | ||||
<text>未标记接待数:</text> | <text>未标记接待数:</text> | ||||
<text class="num up" | <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> | </view> | ||||
</view> | </view> | ||||
@@ -454,8 +450,8 @@ | |||||
font-weight: bold; | font-weight: bold; | ||||
color: #303030; | color: #303030; | ||||
} | } | ||||
.date { | .date { | ||||
// position: absolute; | // position: absolute; | ||||
// right: 0; | // right: 0; | ||||
@@ -587,6 +583,8 @@ | |||||
} | } | ||||
.nav-footer { | .nav-footer { | ||||
position: sticky; | |||||
bottom: 32rpx; | |||||
margin: 32rpx 0; | margin: 32rpx 0; | ||||
width: 100%; | width: 100%; | ||||
display: flex; | display: flex; | ||||
@@ -1,9 +1,5 @@ | |||||
<template> | <template> | ||||
<view class="pages"> | <view class="pages"> | ||||
<!-- 导航栏 --> | |||||
<view class="nav-header"> | |||||
<u-navbar title="数智工牌周报" :titles="weekObj.createTimeName"></u-navbar> | |||||
</view> | |||||
<!-- 日报内容部分 --> | <!-- 日报内容部分 --> | ||||
<view class="container"> | <view class="container"> | ||||
<!-- 头部日报卡 --> | <!-- 头部日报卡 --> | ||||
@@ -964,6 +960,8 @@ | |||||
.nav-footer { | .nav-footer { | ||||
position: sticky; | |||||
bottom: 32rpx; | |||||
margin: 32rpx 0; | margin: 32rpx 0; | ||||
width: 100%; | width: 100%; | ||||
display: flex; | display: flex; | ||||