设备分组筛选和细节优化

This commit is contained in:
kerwincui
2022-06-15 15:27:24 +08:00
parent 146d84dcab
commit b87a1dc6f0
5 changed files with 50 additions and 12 deletions

View File

@@ -78,7 +78,7 @@
</el-row>
<el-empty description="暂无数据,请添加产品" v-if="total==0"></el-empty>
<pagination v-show="total>0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" />
<pagination v-show="total>0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" :pageSizes="[12, 24, 36, 60]" @pagination="getList" />
<!-- 下载SDK -->
<el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>

View File

@@ -47,7 +47,6 @@
<dict-tag :options="dict.type.iot_auth_status" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column label="设备ID" width="75" align="center" prop="deviceId" />
<el-table-column label="设备编号" width="150" align="center" prop="serialNumber" />
<el-table-column label="授权时间" align="center" prop="updateTime" width="180">
<template slot-scope="scope">