|
@@ -91,11 +91,11 @@
|
|
|
>
|
|
>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- <p class="updataTime" v-if="type != 4 && tabVal != '-1'">更新时间:{{ updataTime }}</p> -->
|
|
<!-- <p class="updataTime" v-if="type != 4 && tabVal != '-1'">更新时间:{{ updataTime }}</p> -->
|
|
|
- <div class="ownerBirthdayRemind" v-if="ownerBirthdayBoxFlag">
|
|
|
|
|
|
|
+ <div class="ownerBirthdayReminds" v-if="ownerBirthdayBoxFlag">
|
|
|
<div class="ownerBirthdayBox">
|
|
<div class="ownerBirthdayBox">
|
|
|
<div class="title"><img :src="require('@/assets/hua.png')" />金牌店生日提醒</div>
|
|
<div class="title"><img :src="require('@/assets/hua.png')" />金牌店生日提醒</div>
|
|
|
<div class="content">
|
|
<div class="content">
|
|
|
- {{ this.reportInfoData.ownerBirthdayRemind }}将在3日后生日,请及时送上生日祝福!
|
|
|
|
|
|
|
+ {{ this.reportInfoData.ownerBirthdayReminds }}将在3日后生日,请及时送上生日祝福!
|
|
|
</div>
|
|
</div>
|
|
|
<img class="dangao" :src="require('@/assets/dangao.png')" />
|
|
<img class="dangao" :src="require('@/assets/dangao.png')" />
|
|
|
</div>
|
|
</div>
|
|
@@ -165,9 +165,9 @@ export default {
|
|
|
this.approvalPendingNum = res.data.approvalPendingNum;
|
|
this.approvalPendingNum = res.data.approvalPendingNum;
|
|
|
this.type = res.data.userType;
|
|
this.type = res.data.userType;
|
|
|
// 金牌店老板生日提醒
|
|
// 金牌店老板生日提醒
|
|
|
- if (res.data.ownerBirthdayRemind && res.data.ownerBirthdayRemind.length) {
|
|
|
|
|
|
|
+ if (res.data.ownerBirthdayReminds && res.data.ownerBirthdayReminds.length) {
|
|
|
this.ownerBirthdayBoxFlag = true;
|
|
this.ownerBirthdayBoxFlag = true;
|
|
|
- this.reportInfoData.ownerBirthdayRemind = res.data.ownerBirthdayRemind.join(',');
|
|
|
|
|
|
|
+ this.reportInfoData.ownerBirthdayReminds = res.data.ownerBirthdayReminds.join(',');
|
|
|
} else {
|
|
} else {
|
|
|
this.ownerBirthdayBoxFlag = false;
|
|
this.ownerBirthdayBoxFlag = false;
|
|
|
}
|
|
}
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
</script>
|
|
</script>
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
.bottomBtn {
|
|
.bottomBtn {
|
|
|
- .ownerBirthdayRemind {
|
|
|
|
|
|
|
+ .ownerBirthdayReminds {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
position: fixed;
|
|
position: fixed;
|