|
|
|
@ -9,7 +9,7 @@ |
|
|
|
|
<common-title :title="'基础信息'"></common-title> |
|
|
|
|
<view class="content-detail"> |
|
|
|
|
<uni-list> |
|
|
|
|
<uni-list-item title="设备类型" :rightText="datas.type" /> |
|
|
|
|
<uni-list-item title="设备类型" :rightText="datas.typeName" /> |
|
|
|
|
<uni-list-item title="设备名称" :rightText="datas.resourceName" /> |
|
|
|
|
<uni-list-item title="设备编码" :rightText="datas.resourceCode" /> |
|
|
|
|
<uni-list-item title="设备品牌" :rightText="datas.devBrandName" /> |
|
|
|
|