Explorar el Código

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

limeng hace 2 años
padre
commit
185657e9a7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>';
                     }