|
@@ -19,7 +19,7 @@
|
|
|
</Descriptions>
|
|
|
<Descriptions title="产品及故障信息" :column="3">
|
|
|
<DescriptionsItem label="产品名称" v-if="detailData.repairerVo">
|
|
|
- {{ t(`routes.device.type.${detailData.repairerVo.cameraType || 1}`) }}
|
|
|
+ {{ t(`routes.scene.tableType.${detailData.repairerVo.cameraType || 1}`) }}
|
|
|
</DescriptionsItem>
|
|
|
<DescriptionsItem label="产品SN码" v-if="detailData.repairerVo">
|
|
|
{{ detailData.repairerVo.cameraSnCode }}
|
|
@@ -98,6 +98,7 @@
|
|
|
<p class="htmlText" :title="Voitem.checkResult">{{ Voitem.checkResult }}</p>
|
|
|
<PreviewGroup>
|
|
|
<Image
|
|
|
+ style="margin-right:20px"
|
|
|
:width="80"
|
|
|
:height="80"
|
|
|
v-for="item in Voitem.checkImg"
|
|
@@ -180,7 +181,7 @@
|
|
|
<div class="htmlText" :title="detailData.repairComment.comment">{{ detailData.repairComment.comment }}</div>
|
|
|
</DescriptionsItem>
|
|
|
<DescriptionsItem label="评分">
|
|
|
- {{ detailData.repairComment.starRank }}
|
|
|
+ {{ detailData.repairComment.starRank }}分
|
|
|
</DescriptionsItem>
|
|
|
</Descriptions>
|
|
|
<Descriptions title="备注" :column="3">
|
|
@@ -625,5 +626,8 @@ export default defineComponent({
|
|
|
height: 100%;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
+ .ant-image{
|
|
|
+ margin-right: 10px;
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|