diff --git a/.idea/nezha-fronted.iml b/.idea/nezha-fronted.iml index c956989b2..40870b393 100644 --- a/.idea/nezha-fronted.iml +++ b/.idea/nezha-fronted.iml @@ -1,7 +1,9 @@ - + + + diff --git a/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue b/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue index 05eace88e..e70f4bd37 100644 --- a/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue +++ b/nezha-fronted/src/components/common/table/settings/chartTmplTable.vue @@ -79,28 +79,28 @@ export default { prop: 'id', show: true, width: 80, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('config.exprTemp.name'), prop: 'name', show: true, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('config.exprTemp.type'), prop: 'type', show: true, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('config.exprTemp.varType'), prop: 'varType', show: true, - sortable:'custom' + sortable: 'custom' }, { label: this.$t('config.exprTemp.remark'), prop: 'remark', show: true } - ], + ] } }, methods: {