NEZ-1849 feat :alert message列表页面 增加 acknowledge 状态及按钮

This commit is contained in:
likexuan
2022-05-06 17:31:02 +08:00
parent 1799d2120c
commit 1a7f68a174
3 changed files with 29 additions and 3 deletions

View File

@@ -37,6 +37,10 @@ export default {
this.$emit('del', row)
break
}
case 'ack': {
this.$emit('acknowledge', row)
break
}
case 'recordTab': {
this.$emit('showBottomBox', 'recordTab', row)
break