xbx #150

Merged
theluyuan merged 11 commits from xbx into master 2020-11-24 10:41:46 +00:00
3 changed files with 10 additions and 4 deletions
Showing only changes of commit d816b241a3 - Show all commits

View File

@ -331,6 +331,9 @@ export default {
nian:"year", nian:"year",
yues:"month", yues:"month",
zhourili:"Week", zhourili:"Week",
yuerili:"Month",
shangyizhou:"previous",
xiayizhou:"next",
shichangtishi:"", shichangtishi:"",
renshutishi: '', renshutishi: '',
tixianzhu: "", tixianzhu: "",

View File

@ -331,6 +331,9 @@ export default {
nian:"年", nian:"年",
yues:"月", yues:"月",
zhourili:"周日历", zhourili:"周日历",
yuerili:"月日历",
shangyizhou:"上一周",
xiayizhou:"下一周",
shichangtishi:"", shichangtishi:"",
renshutishi: '', renshutishi: '',
tixianzhu:"", tixianzhu:"",

View File

@ -3,12 +3,12 @@
<div class="head"> <div class="head">
<div @click="zhou--"> <div @click="zhou--">
<img src="../../static/images/left.png" alt="" /> <img src="../../static/images/left.png" alt="" />
上一周 {{lan.$t("shangyizhou")}}
</div> </div>
{{week.year}}{{week.yue}} {{week.year}}{{lan.$t("nian")}}{{week.yue}}{{lan.$t("yues")}}
<a-button type="primary" class="button" @click="navto('/regime/date')"> 月日历 </a-button> <a-button type="primary" class="button" @click="navto('/regime/date')"> {{lan.$t("yuerili")}} </a-button>
<div @click="zhou++"> <div @click="zhou++">
下一周 {{lan.$t("xiayizhou")}}
<img src="../../static/images/right.png" alt="" /> <img src="../../static/images/right.png" alt="" />
</div> </div>
</div> </div>