修改模板.

This commit is contained in:
lijiahang
2023-10-05 00:50:15 +08:00
parent 27c24a6f5a
commit 5cba137402
9 changed files with 281 additions and 144 deletions

View File

@@ -8,10 +8,10 @@
@openUpdateConfig="(e) => config.open(e)" />
<!-- 列表-卡片 -->
<host-card-list v-else
ref="card" />
<!-- @openAdd="() => modal.openAdd()"-->
<!-- @openUpdate="(e) => modal.openUpdate(e)"-->
<!-- @openUpdateConfig="(e) => config.open(e)" />-->
ref="card"
@openAdd="() => modal.openAdd()"
@openUpdate="(e) => modal.openUpdate(e)"
@openUpdateConfig="(e) => config.open(e)" />
<!-- 添加修改模态框 -->
<host-form-modal ref="modal"
@added="() => table.addedCallback()"