LAPTOP-16IUEB3P\Lenovo 2 лет назад
Родитель
Сommit
99854e8a91
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/ledgerAssets/equipment/components/baseInfo.vue

+ 2 - 2
src/views/ledgerAssets/equipment/components/baseInfo.vue

@@ -6,7 +6,7 @@
     <el-descriptions title="" :column="4" size="medium" border>
       <el-descriptions-item>
         <template slot="label"> 设备编码 </template>
-        {{ basicInfo.code }}
+        {{ info.code }}
       </el-descriptions-item>
       <el-descriptions-item>
         <template slot="label"> 设备名称 </template>
@@ -187,7 +187,7 @@
           { label: '权属人电话', key: 'ownershipUserMobile', value: '' },
           { label: '品牌', key: 'brand', value: '' },
           { label: '供应商', key: 'supplierName', span: 2, value: '' },
-          { label: '供应商电话', key: 'ownershipUserMobile', value: '' },
+          { label: '供应商电话', key: 'supplierMobile', value: '' },
           { label: '设备用途', key: 'purpose', value: '' },
           { label: '设备位置', key: 'detailLocation', span: 2, value: '' },
           { label: '颜色', key: 'color', value: '' },