|
@@ -118,14 +118,15 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content-right-flex-border-box" v-if="projectData.checkStatus == 1">
|
|
<div class="content-right-flex-border-box" v-if="projectData.checkStatus == 1">
|
|
|
|
+ <!--<div class="right-text-box">-->
|
|
|
|
+ <!--<p class="right-text-name-p">检查人</p>-->
|
|
|
|
+ <!--<div class="right-text-title-box">-->
|
|
|
|
+ <!--<p>{{projectData.checkUserName}}-{{projectData.checkAccount}}</p>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
<div class="right-text-box">
|
|
<div class="right-text-box">
|
|
- <p class="right-text-name-p">检查人</p>
|
|
|
|
- <div class="right-text-title-box">
|
|
|
|
- <p>{{projectData.checkUserName}}-{{projectData.checkAccount}}</p>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="right-text-box">
|
|
|
|
- <p class="right-text-name-p" style="width:138px;">检查时间</p>
|
|
|
|
|
|
+ <!--<p class="right-text-name-p" style="width:138px;">检查时间</p>-->
|
|
|
|
+ <p class="right-text-name-p">检查时间</p>
|
|
<div class="right-text-title-box">
|
|
<div class="right-text-title-box">
|
|
<p>{{parseTime(projectData.checkTime,"{y}-{m}-{d} {h}:{i}")}}</p>
|
|
<p>{{parseTime(projectData.checkTime,"{y}-{m}-{d} {h}:{i}")}}</p>
|
|
</div>
|
|
</div>
|