fix: 🐛 Fix batch text spelling errors

This commit is contained in:
viarotel 2024-07-05 01:41:44 +08:00
parent 56151baf54
commit 062c689755
3 changed files with 3 additions and 3 deletions

View File

@ -49,5 +49,6 @@
],
"cSpell.words": [
"bhsn"
]
],
"common-intellisense.ui": []
}

1
components.d.ts vendored
View File

@ -21,7 +21,6 @@ declare module 'vue' {
ElCol: typeof import('element-plus/es')['ElCol']
ElCollapse: typeof import('element-plus/es')['ElCollapse']
ElCollapseItem: typeof import('element-plus/es')['ElCollapseItem']
ElCollapseTransition: typeof import('element-plus/es')['ElCollapseTransition']
ElDialog: typeof import('element-plus/es')['ElDialog']
ElDropdown: typeof import('element-plus/es')['ElDropdown']
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']

View File

@ -31,7 +31,7 @@
<component :is="item.elIcon" />
</el-icon>
</template>
{{ $t('common.batch') }}{{ $t(item.label) }}
{{ $t('common.batch') }}-{{ $t(item.label) }}
</el-button>
</template>
</component>