|
@@ -25,11 +25,11 @@
|
|
<p class="item-label">下单时间:</p>
|
|
<p class="item-label">下单时间:</p>
|
|
<p class="item-main">{{ pageInfo.createDate ? pageInfo.createDate : '--' }}</p>
|
|
<p class="item-main">{{ pageInfo.createDate ? pageInfo.createDate : '--' }}</p>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :span="8" class="item-cont">
|
|
|
|
|
|
+ <!-- <a-col :span="8" class="item-cont">
|
|
<p class="item-label">预约时间:</p>
|
|
<p class="item-label">预约时间:</p>
|
|
<p class="item-main">{{ pageInfo.reserveDateBegin ? pageInfo.reserveDateBegin.substring(0,10) :'' }} {{ pageInfo.reserveTimeTypeDictValue }}</p>
|
|
<p class="item-main">{{ pageInfo.reserveDateBegin ? pageInfo.reserveDateBegin.substring(0,10) :'' }} {{ pageInfo.reserveTimeTypeDictValue }}</p>
|
|
<p v-if="!pageInfo.reserveDateBegin && !pageInfo.reserveTimeTypeDictValue">--</p>
|
|
<p v-if="!pageInfo.reserveDateBegin && !pageInfo.reserveTimeTypeDictValue">--</p>
|
|
- </a-col>
|
|
|
|
|
|
+ </a-col> -->
|
|
<a-col :span="8" class="item-cont" v-if="pageInfo.orderStatus=='FINISH'">
|
|
<a-col :span="8" class="item-cont" v-if="pageInfo.orderStatus=='FINISH'">
|
|
<p class="item-label">服务时间:</p>
|
|
<p class="item-label">服务时间:</p>
|
|
<p class="item-main">{{ pageInfo.finishDate ? pageInfo.finishDate : '--' }}</p>
|
|
<p class="item-main">{{ pageInfo.finishDate ? pageInfo.finishDate : '--' }}</p>
|
|
@@ -72,7 +72,7 @@
|
|
<p class="item-label">取消原因:</p>
|
|
<p class="item-label">取消原因:</p>
|
|
<p class="item-main">{{ pageInfo.cancelReasonDictValue ? pageInfo.cancelReasonDictValue : '--' }}</p>
|
|
<p class="item-main">{{ pageInfo.cancelReasonDictValue ? pageInfo.cancelReasonDictValue : '--' }}</p>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :span="8" class="item-cont">
|
|
|
|
|
|
+ <!-- <a-col :span="8" class="item-cont">
|
|
<p class="item-label">图片:</p>
|
|
<p class="item-label">图片:</p>
|
|
<p class="item-main">
|
|
<p class="item-main">
|
|
<viewer :images="pageInfo.imageList? pageInfo.imageList:[]" class="viewer" ref="viewer" @inited="inited" rebuild>
|
|
<viewer :images="pageInfo.imageList? pageInfo.imageList:[]" class="viewer" ref="viewer" @inited="inited" rebuild>
|
|
@@ -80,7 +80,7 @@
|
|
</viewer>
|
|
</viewer>
|
|
</p><P style="margin-bottom: 0;">{{ pageInfo.imageList ? pageInfo.imageList.length+' 张' :'' }}</P>
|
|
</p><P style="margin-bottom: 0;">{{ pageInfo.imageList ? pageInfo.imageList.length+' 张' :'' }}</P>
|
|
</p>
|
|
</p>
|
|
- </a-col>
|
|
|
|
|
|
+ </a-col> -->
|
|
<a-col :span="8" class="item-cont">
|
|
<a-col :span="8" class="item-cont">
|
|
<p class="item-label">下单账号:</p>
|
|
<p class="item-label">下单账号:</p>
|
|
<p class="item-main">{{ pageInfo.mobile ? pageInfo.mobile : '--' }}</p>
|
|
<p class="item-main">{{ pageInfo.mobile ? pageInfo.mobile : '--' }}</p>
|