设备日志界面优化

This commit is contained in:
kerwincui
2022-06-18 23:15:04 +08:00
parent 381ff00ea4
commit c2d884e910

View File

@@ -16,7 +16,6 @@
</el-form>
<el-table v-loading="loading" :data="deviceLogList" size="mini">
<el-table-column label="编号" align="center" prop="logId" width="120" />
<el-table-column label="类型" align="center" prop="logType" width="120">
<template slot-scope="scope">
<dict-tag :options="dict.type.iot_device_log_type" :value="scope.row.logType" />