浏览代码

添加单个ip上报次数统计

maker 3 年之前
父节点
当前提交
4321fca4c7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/view/ipLogList/list.vue

+ 1 - 0
src/view/ipLogList/list.vue

@@ -56,6 +56,7 @@
             </template> -->
             <el-table :data="IpTableData" height="500" border>
                 <el-table-column align="center" label="ip" min-width="120" prop="ip" />
+                <el-table-column align="center" label="上报次数" min-width="120" prop="count" />
             </el-table>
         </el-dialog>
     </div>