中英文翻译修正
This commit is contained in:
@@ -80,6 +80,24 @@ let tableColumns: ColumnsType = [
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
width: 3,
|
width: 3,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('views.logManage.forwarding.alarmInter'),
|
||||||
|
dataIndex: 'interface',
|
||||||
|
align: 'center',
|
||||||
|
width: 5,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: t('views.logManage.forwarding.alarmObj'),
|
||||||
|
dataIndex: 'toUser',
|
||||||
|
align: 'center',
|
||||||
|
width: 5,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: t('views.logManage.forwarding.alarmInfo'),
|
||||||
|
dataIndex: 'operResult',
|
||||||
|
align: 'center',
|
||||||
|
width: 6,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: t('views.logManage.forwarding.type'),
|
title: t('views.logManage.forwarding.type'),
|
||||||
dataIndex: 'neType',
|
dataIndex: 'neType',
|
||||||
@@ -104,24 +122,12 @@ let tableColumns: ColumnsType = [
|
|||||||
align: 'center',
|
align: 'center',
|
||||||
width: 4,
|
width: 4,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: t('views.logManage.forwarding.alarmObj'),
|
|
||||||
dataIndex: 'toUser',
|
|
||||||
align: 'center',
|
|
||||||
width: 5,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('views.logManage.forwarding.alarmTitle'),
|
title: t('views.logManage.forwarding.alarmTitle'),
|
||||||
dataIndex: 'alarmTitle',
|
dataIndex: 'alarmTitle',
|
||||||
align: 'left',
|
align: 'center',
|
||||||
width: 5,
|
width: 5,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: t('views.logManage.forwarding.alarmInfo'),
|
|
||||||
dataIndex: 'operResult',
|
|
||||||
align: 'left',
|
|
||||||
width: 6,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: t('views.logManage.forwarding.eventTime'),
|
title: t('views.logManage.forwarding.eventTime'),
|
||||||
dataIndex: 'eventTime',
|
dataIndex: 'eventTime',
|
||||||
|
|||||||
@@ -112,13 +112,13 @@ let tableColumns = ref<TableColumnsType>([
|
|||||||
width: 50,
|
width: 50,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'QOS Video',
|
title: 'QoS Video',
|
||||||
dataIndex: 'qosVideo',
|
dataIndex: 'qosVideo',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 100,
|
width: 100,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'QOS Audio',
|
title: 'QoS Audio',
|
||||||
dataIndex: 'qosAudio',
|
dataIndex: 'qosAudio',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
resizable: true,
|
resizable: true,
|
||||||
@@ -1061,7 +1061,7 @@ onMounted(() => {
|
|||||||
|
|
||||||
<a-row :gutter="16">
|
<a-row :gutter="16">
|
||||||
<a-col :lg="12" :md="12" :xs="24">
|
<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
|
<a-auto-complete
|
||||||
v-model:value="modalState.from.sar"
|
v-model:value="modalState.from.sar"
|
||||||
allow-clear
|
allow-clear
|
||||||
|
|||||||
Reference in New Issue
Block a user