Commit fa313fc7 by YG8999

设备网关信息完善

parent e6fa67a3
...@@ -154,7 +154,11 @@ ...@@ -154,7 +154,11 @@
<dict-tag :options="dict.type.device_type" :value="scope.row.devType"/> <dict-tag :options="dict.type.device_type" :value="scope.row.devType"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="设备状态" align="center" prop="status">
<template slot-scope="scope">
<dict-tag :options="dict.type.device_status" :value="scope.row.status"/>
</template>
</el-table-column>
<el-table-column label="网络分组" align="center" prop="group" width="120px"/> <el-table-column label="网络分组" align="center" prop="group" width="120px"/>
<!-- <el-table-column label="设备状态" align="center" prop="status" />--> <!-- <el-table-column label="设备状态" align="center" prop="status" />-->
<!-- <el-table-column label="mqtt服务器IP/域名" align="center" prop="mqttIp" />--> <!-- <el-table-column label="mqtt服务器IP/域名" align="center" prop="mqttIp" />-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment