...
|
...
|
@@ -221,7 +221,7 @@ |
|
|
<div class='info-text'>设备信息</div>
|
|
|
<div class='info-text-bot'>
|
|
|
<p v-if="!isRes">资源名称:<span>{{deviceDataInfo.resName}}</span></p>
|
|
|
<p v-if="isRes">资源名称:<span style="cursor: pointer;color: #1e9fff;" @click="goResDetail(deviceDataInfo.resId,deviceDataInfo.resType,deviceDataInfo.resName)">{{deviceDataInfo.resName}}</span></p>
|
|
|
<p v-if="isRes">资源名称:<span class="link" @click="goResDetail(deviceDataInfo.resId,deviceDataInfo.resType,deviceDataInfo.resName)">{{deviceDataInfo.resName}}</span></p>
|
|
|
<p>品 牌:{{deviceDataInfo.brand}}</p>
|
|
|
<p>型 号:{{deviceDataInfo.model}}</p>
|
|
|
<p>序 列 号:{{deviceDataInfo.serialnumber}}</p>
|
...
|
...
|
|