Commit c2948859 authored by Mac's avatar Mac

修改文字

parent 7da1a264
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</q-icon> </q-icon>
</q-img> </q-img>
<div class="onetext" style="margin-top: 5px;">上传者:{{x.UpdateByName}}</div> <div class="onetext" style="margin-top: 5px;">上传者:{{x.UpdateByName}}</div>
<div class="onetext" style="margin-top: 5px;">:{{x.MediumGroupName}}</div> <div class="onetext" style="margin-top: 5px;">:{{x.MediumGroupName}}</div>
</q-card-section> </q-card-section>
</q-card> </q-card>
<div style="width: 100%;height: 50px;line-height: 50px;text-align: center;" v-if="dataList.length==0">暂无数据</div> <div style="width: 100%;height: 50px;line-height: 50px;text-align: center;" v-if="dataList.length==0">暂无数据</div>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</div> </div>
</q-img> </q-img>
<div class="onetext" style="margin-top: 5px;">上传者:{{x.UpdateByName}}</div> <div class="onetext" style="margin-top: 5px;">上传者:{{x.UpdateByName}}</div>
<div class="onetext" style="margin-top: 5px;">:{{x.MediumGroupName}}</div> <div class="onetext" style="margin-top: 5px;">:{{x.MediumGroupName}}</div>
</q-card-section> </q-card-section>
</q-card> </q-card>
<div style="width: 100%;height: 50px;line-height: 50px;text-align: center;" v-if="dataList.length==0">暂无数据</div> <div style="width: 100%;height: 50px;line-height: 50px;text-align: center;" v-if="dataList.length==0">暂无数据</div>
......
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
if (this.dateList.length == 0 || this.dateList == null) { if (this.dateList.length == 0 || this.dateList == null) {
//昨天的时间 //昨天的时间
var day1 = new Date(); var day1 = new Date();
day1.setTime(day1.getTime() - 24 * 60 * 60 * 1000); day1.setDate(day1.getDate() - 6);
this.dateList.push(day1.getFullYear() + "-" + (day1.getMonth() + 1) + "-" + day1.getDate()); this.dateList.push(day1.getFullYear() + "-" + (day1.getMonth() + 1) + "-" + day1.getDate());
//今天的时间 //今天的时间
var day2 = new Date(); var day2 = new Date();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment