|
@@ -22,7 +22,7 @@
|
|
|
<a-col :span="6" >
|
|
|
<div class="gutter-btn gutter-color" :class="{'act':current===1}" @click="current=1">
|
|
|
<my-icon type="icon-weixiubaoxiu" />
|
|
|
- <div style="font-size:25px; color: #333;">维修详情</div>
|
|
|
+ <div style="font-size:25px; color: #333;">维修数据</div>
|
|
|
</div>
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
@@ -105,16 +105,16 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="main gutter-color" v-show="current == 1">
|
|
|
- <div class="title">维修详情</div>
|
|
|
+ <div class="title">维修数据</div>
|
|
|
<div>
|
|
|
<a-descriptions :column="3" bordered>
|
|
|
<!-- <a-descriptions-item label="故障类别">{{ model.repairErrorTypeName }}</a-descriptions-item>-->
|
|
|
<a-descriptions-item label="维修开始时间">{{ model.repairStartTime }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="维修结束时间">{{ model.repairEndTime }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="维修耗时">{{ model.repairMinutes }}小时</a-descriptions-item>
|
|
|
- <a-descriptions-item label="维修人员">{{ model.repairUserName }}</a-descriptions-item>
|
|
|
+ <a-descriptions-item label="当前维修人">{{ model.repairUserName }}</a-descriptions-item>
|
|
|
<!--<a-descriptions-item label="维修次数">{{ model.repairTimes }}</a-descriptions-item>-->
|
|
|
- <a-descriptions-item label="维修描述" :span="2">{{ model.repairContent }}</a-descriptions-item>
|
|
|
+<!-- <a-descriptions-item label="维修描述" :span="2">{{ model.repairContent }}</a-descriptions-item>
|
|
|
<a-descriptions-item label="报修图片" :span="3">
|
|
|
<div v-if="model.repairFileList != null && model.repairFileList.length > 0">
|
|
|
<viewer :images="model.repairFileList" @inited="inited" ref="viewer" :index="1" >
|
|
@@ -127,7 +127,7 @@
|
|
|
style="margin:10px;">
|
|
|
</viewer></div>
|
|
|
<div v-if="model.repairFileList == null || model.repairFileList.length === 0"> 暂无</div>
|
|
|
- </a-descriptions-item>
|
|
|
+ </a-descriptions-item>-->
|
|
|
</a-descriptions>
|
|
|
</div>
|
|
|
</div>
|