update code
parent
5cee0f7e19
commit
3cb148b322
|
@ -124,11 +124,11 @@
|
|||
<el-row class="data-item">
|
||||
<el-col :span="8" class="data-row">
|
||||
<img src="images/title_icon.png"><span class="sp-lbl">计划开工时间:</span>
|
||||
<div class="div-text">{{ prj.scheduledStartTime }}</div>
|
||||
<div class="div-text">{{ prj.scheduledStartTime|formatDate }}</div>
|
||||
</el-col>
|
||||
<el-col :span="8" class="data-row">
|
||||
<img src="images/title_icon.png"><span class="sp-lbl">计划完成时间:</span>
|
||||
<div class="div-text">{{ prj.plannedCompletionTime }}</div>
|
||||
<div class="div-text">{{ prj.plannedCompletionTime |formatDate}}</div>
|
||||
</el-col>
|
||||
<el-col :span="8" class="data-row">
|
||||
<img src="images/title_icon.png"><span class="sp-lbl">实际开工时间:</span>
|
||||
|
|
Loading…
Reference in New Issue