diff --git a/ruoyi-admin/src/main/resources/templates/system/baselocationinfo/baselocationinfo.html b/ruoyi-admin/src/main/resources/templates/system/baselocationinfo/baselocationinfo.html index 90acf7c..3816f26 100644 --- a/ruoyi-admin/src/main/resources/templates/system/baselocationinfo/baselocationinfo.html +++ b/ruoyi-admin/src/main/resources/templates/system/baselocationinfo/baselocationinfo.html @@ -147,7 +147,6 @@ field: 'efficiency', title: '效率级别', formatter: function(value, row, index) { - console.log(efficiencyDatas) return $.table.selectDictLabelLocation(efficiencyDatas, value); } @@ -158,7 +157,8 @@ }, { field: 'recordTime', - title: '记录时间' + title: '记录时间', + sortable: true }, { title: '操作', diff --git a/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html b/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html index 3ae1233..eb40f74 100644 --- a/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/recorderror/add.html @@ -64,7 +64,7 @@