diff --git a/public/config.js b/public/config.js index 3d59b49f..e672dcd8 100644 --- a/public/config.js +++ b/public/config.js @@ -1,4 +1,4 @@ var BASE_CONFIG = { - baseUrl: 'http://192.168.44.54:8090/', + baseUrl: 'http://192.168.44.53:8090/', version: '2.0.2021.05.11.19.43' } diff --git a/src/components/table/report/reportTestTable.vue b/src/components/table/report/reportTestTable.vue index d0834c5f..5de1a130 100644 --- a/src/components/table/report/reportTestTable.vue +++ b/src/components/table/report/reportTestTable.vue @@ -238,17 +238,17 @@ export default { prop: 'id', show: true, width: 50 - }, { - label: this.$t('report.categoryType'), - prop: 'categoryId', - show: true, - minWidth: 180 }, { label: this.$t('config.user.name'), prop: 'name', show: true, minWidth: 200, sortable: 'custom' + }, { + label: this.$t('report.categoryType'), + prop: 'categoryId', + show: true, + minWidth: 180 }, { label: this.$t('report.timeLimit'), prop: 'timeLimit',