fix: config.js文件baseUrl ip修改,报告列表顺序调整
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
var BASE_CONFIG = {
|
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'
|
version: '2.0.2021.05.11.19.43'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -238,17 +238,17 @@ export default {
|
|||||||
prop: 'id',
|
prop: 'id',
|
||||||
show: true,
|
show: true,
|
||||||
width: 50
|
width: 50
|
||||||
}, {
|
|
||||||
label: this.$t('report.categoryType'),
|
|
||||||
prop: 'categoryId',
|
|
||||||
show: true,
|
|
||||||
minWidth: 180
|
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('config.user.name'),
|
label: this.$t('config.user.name'),
|
||||||
prop: 'name',
|
prop: 'name',
|
||||||
show: true,
|
show: true,
|
||||||
minWidth: 200,
|
minWidth: 200,
|
||||||
sortable: 'custom'
|
sortable: 'custom'
|
||||||
|
}, {
|
||||||
|
label: this.$t('report.categoryType'),
|
||||||
|
prop: 'categoryId',
|
||||||
|
show: true,
|
||||||
|
minWidth: 180
|
||||||
}, {
|
}, {
|
||||||
label: this.$t('report.timeLimit'),
|
label: this.$t('report.timeLimit'),
|
||||||
prop: 'timeLimit',
|
prop: 'timeLimit',
|
||||||
|
|||||||
Reference in New Issue
Block a user