From adc020a54fcffce7063faaf1291c75d67c2b6d32 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Mon, 20 Mar 2023 14:50:07 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2716=20fix=EF=BC=9A=20=E5=A4=84=E7=90=86ale?= =?UTF-8?q?rtMessage=20Acknowledge=E9=80=89=E9=A1=B9=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E5=B1=95=E7=A4=BA=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/page/alert/alertMessage.vue | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/alert/alertMessage.vue b/nezha-fronted/src/components/page/alert/alertMessage.vue index 911b73afa..0a1ec7f2c 100644 --- a/nezha-fronted/src/components/page/alert/alertMessage.vue +++ b/nezha-fronted/src/components/page/alert/alertMessage.vue @@ -289,7 +289,7 @@ export default { disabled: false }, { name: this.$t('overall.acknowledge'), - type: 'selectString', + type: 'select', label: 'ack', readonly: true, disabled: false @@ -528,6 +528,25 @@ export default { }, jsonKey: 'val' }, + ack: { + target: this.searchLabel, + isSearchInput: true, + propertyName: 'acknowledge', + type: 'string', + defaultJson: { + id: 4, + label: 'ack', + name: this.$t('overall.acknowledge'), + val: '', + valnum: '', + valString: '', + listStr: 'ack', + type: 'select', + readonly: true, + disabled: false + }, + jsonKey: 'valnum' + }, dcIds: { target: this.searchCheckBox, propertyName: 'dcIds', type: 'string', target2: this.selectValue, type2: 'array' }, moduleIds: { target: this.searchCheckBox, propertyName: 'moduleIds', type: 'string', target2: this.selectValue, type2: 'array' }, projectIds: { target: this.searchCheckBox, propertyName: 'projectIds', type: 'string', target2: this.selectValue, type2: 'array' },