@ -82,7 +82,7 @@
<el-table-column label="仪器ID" align="center" prop="id" />
<el-table-column label="仪器类型" align="center" prop="type">
<template slot-scope="scope">
<span v-show="scope.row.type == 1">普通仪器</span>
<span v-show="scope.row.type == 1">非iot仪器</span>
<span v-show="scope.row.type == 2">iot仪器</span>
</template>
</el-table-column>