parent
515e7371a3
commit
a24908b872
|
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
<div class="tableFooter">
|
||||
<span></span>
|
||||
<span>报表日期:{{ formatDate(new Date()) }}</span>
|
||||
<span>报表日期:{{ formatDate(new Date(clazz.END_TIME)) }}</span>
|
||||
</div>
|
||||
<table class="table-dialog">
|
||||
<tr class="tab_tr">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
<div style="padding-top: 20px;">
|
||||
<span style="width: 64px;display: inline-block">建档日期</span>
|
||||
<span>:{{ classInfo.STUDY_END_TIME?formatDate(new Date(classInfo.STUDY_END_TIME)):'' }}</span>
|
||||
<span>:{{ formatDate(new Date(classInfo.END_TIME)) }}</span>
|
||||
<!-- <span style="margin-left: 40px;">年</span>-->
|
||||
<!-- <span style="margin-left: 40px;">月</span>-->
|
||||
<!-- <span style="margin-left: 40px;">日</span>-->
|
||||
|
|
@ -393,7 +393,7 @@
|
|||
</viewer>
|
||||
</div>
|
||||
|
||||
<span style="line-height: 50px">归档日期:{{ classInfo.STUDY_END_TIME?formatDate(new Date(classInfo.STUDY_END_TIME)):'' }}</span>
|
||||
<span style="line-height: 50px">归档日期:{{ formatDate(new Date(classInfo.END_TIME)) }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -535,7 +535,7 @@
|
|||
<span style="line-height: 50px">分数:{{ paper.EXAMSCORE||0 }}</span>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<span style="line-height: 50px">考试时间:{{ paper.EXAMTIMEEND }}</span>
|
||||
<span style="line-height: 50px">考试时间:{{ paper.EXAMTIMEEND?formatDate(new Date(paper.EXAMTIMEEND)):"未参加考试" }}</span>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<span style="line-height: 50px">签字:
|
||||
|
|
|
|||
Loading…
Reference in New Issue