diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index 34e6ce78d..8903072eb 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -1156,7 +1156,7 @@ const cn = { }, module: { module: '模块', - moduleName: '模块名称', + moduleName: '名称', editModule: '编辑模块', description: '描述', createModule: '新增模块', diff --git a/nezha-fronted/src/components/common/table/asset/assetTable.vue b/nezha-fronted/src/components/common/table/asset/assetTable.vue index 5c1f0c398..1c50f0987 100644 --- a/nezha-fronted/src/components/common/table/asset/assetTable.vue +++ b/nezha-fronted/src/components/common/table/asset/assetTable.vue @@ -94,18 +94,18 @@ export default { prop: 'id', show: true, width: 110, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('overall.name'), prop: 'name', show: true, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('asset.manageIp'), prop: 'manageIp', show: true, width: 120, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('overall.parent'), prop: 'parent', @@ -116,49 +116,49 @@ export default { prop: 'type', show: true, width: 140, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('asset.state'), prop: 'state', show: true, width: 80, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('overall.dc'), prop: 'dc', show: true, width: 110, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('asset.cabinet'), prop: 'cabinet', show: true, width: 110, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('asset.alertNum'), prop: 'alertNum', show: true, width: 140, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('asset.endpointNum2'), prop: 'endpointNum', show: true, - width: 140, - sortable:'custom' + width: 160, + sortable: 'custom' }, { label: this.$t('asset.brand'), prop: 'brand', show: true, width: 120, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('asset.model'), prop: 'model', show: true, width: 110, - sortable:'custom' + sortable: 'custom' }, { label: 'SN', prop: 'sn', diff --git a/nezha-fronted/src/components/common/table/settings/endpointTable.vue b/nezha-fronted/src/components/common/table/settings/endpointTable.vue index 497af9eec..16f06f803 100644 --- a/nezha-fronted/src/components/common/table/settings/endpointTable.vue +++ b/nezha-fronted/src/components/common/table/settings/endpointTable.vue @@ -133,10 +133,10 @@ export default { prop: 'type', show: true }, { - label: this.$t('project.project.project'), + label: this.$t('project.project.projectName'), prop: 'project', show: true, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('project.endpoint.asset'), diff --git a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue index 74346c460..84cf044a0 100644 --- a/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue +++ b/nezha-fronted/src/components/page/dashboard/explore/promqlInput.vue @@ -25,7 +25,7 @@