--引入i18包
This commit is contained in:
@@ -788,7 +788,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.neType"
|
||||
allow-clear
|
||||
placeholder="查询告警设备类型"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -800,7 +799,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.neName"
|
||||
allow-clear
|
||||
placeholder="查询告警网元名称"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -812,7 +810,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.neId"
|
||||
allow-clear
|
||||
placeholder="查询告警网元标识"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -841,7 +838,6 @@ onMounted(() => {
|
||||
<a-input
|
||||
v-model:value="queryParams.alarmCode"
|
||||
allow-clear
|
||||
placeholder="查询告警编号"
|
||||
></a-input>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
@@ -1045,7 +1041,7 @@ onMounted(() => {
|
||||
<template v-if="column.key === 'alarm_id'">
|
||||
<a-space :size="8" align="center">
|
||||
<a-tooltip>
|
||||
<template #title>查看详情</template>
|
||||
<template #title>{{ t('common.viewText') }}</template>
|
||||
<a-button
|
||||
type="link"
|
||||
@click.prevent="fnModalVisibleByVive(record)"
|
||||
|
||||
Reference in New Issue
Block a user