|
|
@@ -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: '' },
|