fix:还原工作组件

This commit is contained in:
zhaohy
2024-07-08 10:40:26 +08:00
parent bfd6282a99
commit 77052ae284
6 changed files with 72 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
<ns-drawer
v-model:visible="visible"
width="520"
:title="infoObject?.id ? '编辑' : '新增'"
:title="infoObject?.id ? '修改告警功能' : '新增告警'"
:ok="btnClick"
:cancel="handleClose"
placement="right">