Browse Source

提交日报周报页面

message
douzhuo 1 year ago
parent
commit
7877abf403
4 changed files with 7 additions and 7 deletions
  1. +2
    -2
      pages.json
  2. +1
    -1
      pages/mine/messageList.vue
  3. +3
    -3
      pages/reportExcel/dayReport.vue
  4. +1
    -1
      pages/reportExcel/weekReport.vue

+ 2
- 2
pages.json View File

@@ -61,7 +61,7 @@
{
"path": "pages/reportExcel/dayReport",
"style": {
"navigationBarTitleText": "数智工牌日报",
"navigationBarTitleText": "销讲助手日报",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
@@ -70,7 +70,7 @@
{
"path": "pages/reportExcel/weekReport",
"style": {
"navigationBarTitleText": "数智工牌周报",
"navigationBarTitleText": "销讲助手周报",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}


+ 1
- 1
pages/mine/messageList.vue View File

@@ -286,7 +286,7 @@
<style lang="scss">
.message_list {
width: 100vw;
min-height: calc(100vh - var(--window-top));
height: calc(100vh - var(--window-top));
background: #F8F8F8;
display: flex;
flex-direction: column;


+ 3
- 3
pages/reportExcel/dayReport.vue View File

@@ -5,7 +5,7 @@
<!-- 头部日报卡 -->
<view class="c-head-card">
<view class="c-title-text">
{{ projectName }}数智工牌日报
{{ projectName }}销讲助手日报
</view>
<text class="date">{{ weekObj.createTime | fomatDate }}</text>
<view class="creative-time">
@@ -327,7 +327,7 @@

onShareAppMessage() {
return {
title: `${this.projectName}数智工牌日报`,
title: `${this.projectName}销讲助手日报`,
path: `/pages/reportExcel/dayReport?id=${this.id}`
}
},
@@ -359,7 +359,7 @@

copy() {
let str = `
${this.projectName}数智工牌日报
${this.projectName}销讲助手日报
生成时间:${this.weekObj.createTime || '--'}


+ 1
- 1
pages/reportExcel/weekReport.vue View File

@@ -469,7 +469,7 @@

onShareAppMessage() {
return {
title: `${this.projectName}数智工牌周报`,
title: `${this.projectName}销讲助手周报`,
path: `/pages/reportExcel/weekReport?id=${this.id}`
}
},


Loading…
Cancel
Save