浏览代码

中台-日志改造-第3步-优化可视化界面

limeng 2 年之前
父节点
当前提交
185657e9a7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mybusiness/src/main/resources/templates/system/log/log.html

+ 1 - 0
mybusiness/src/main/resources/templates/system/log/log.html

@@ -121,6 +121,7 @@
                 {
                     field: 'count',
                     title: '调用总数',
+                    sortable: true,
                     formatter: function(value, item, index) {
                         return '<span class="label label-success">'+value+'</span>';
                     }