|
|
@@ -63,7 +63,7 @@
|
|
|
<el-table v-loading="loading" :data="deviceList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
<el-table-column label="所属机构" align="center" prop="orgName" />
|
|
|
- <el-table-column label="设备品牌" align="center" prop="deviceName" />
|
|
|
+
|
|
|
<el-table-column label="资产类别" align="center" key="assetType" prop="assetType" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="dict.type.sys_asset_type" :value="scope.row.assetType" />
|
|
|
@@ -75,7 +75,7 @@
|
|
|
<dict-tag :options="dict.type.sys_device_type" :value="scope.row.deviceType" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-
|
|
|
+ <el-table-column label="设备品牌" align="center" prop="deviceName" />
|
|
|
<el-table-column label="设备品牌" align="center" prop="deviceBrand" />
|
|
|
<el-table-column label="有效期至" align="center" prop="checkTime" width="160">
|
|
|
</el-table-column>
|