Browse Source

style: repairerVo

tangning 2 years ago
parent
commit
3e52156eb9
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/spares/detail.vue
  2. 1 1
      src/views/work/detail.vue

+ 1 - 1
src/views/spares/detail.vue

@@ -34,7 +34,7 @@
               {{ detailData.customerAddress.sendType ? '前台送修' : '快递寄送' }}
             </DescriptionsItem>
             <DescriptionsItem label="保修类型">
-              {{ t(`routes.spares.warrantyType.${detailData.orderReceivingVo.warrantyType}`)}}
+              {{ t(`routes.spares.warrantyType.${detailData.repairerVo.warrantyType}`)}}
             </DescriptionsItem>
             <DescriptionsItem label="维修单号">
               {{ detailData.orderReceivingVo.repairId }}

+ 1 - 1
src/views/work/detail.vue

@@ -38,7 +38,7 @@
               }}
             </DescriptionsItem>
             <DescriptionsItem label="保修类型">
-              {{ t(`routes.spares.warrantyType.${detailData.orderReceivingVo.warrantyType}`)}}
+              {{ t(`routes.spares.warrantyType.${detailData.repairerVo.warrantyType}`)}}
             </DescriptionsItem>
             <DescriptionsItem label="维修单号">
               {{ repairId }}