中英文翻译修正

This commit is contained in:
lai
2024-04-25 19:53:35 +08:00
parent 2b86f724b1
commit 86a939f206
2 changed files with 22 additions and 16 deletions

View File

@@ -112,13 +112,13 @@ let tableColumns = ref<TableColumnsType>([
width: 50,
},
{
title: 'QOS Video',
title: 'QoS Video',
dataIndex: 'qosVideo',
align: 'left',
width: 100,
},
{
title: 'QOS Audio',
title: 'QoS Audio',
dataIndex: 'qosAudio',
align: 'left',
resizable: true,
@@ -1061,7 +1061,7 @@ onMounted(() => {
<a-row :gutter="16">
<a-col :lg="12" :md="12" :xs="24">
<a-form-item label="Sar" name="sar">
<a-form-item label="SAR" name="sar">
<a-auto-complete
v-model:value="modalState.from.sar"
allow-clear