🔨 定时执行配置.

This commit is contained in:
lijiahang
2024-04-11 19:14:20 +08:00
parent 484cfb8f80
commit ee7f1042a0
38 changed files with 1436 additions and 79 deletions

View File

@@ -9,12 +9,12 @@
<exec-template-form-drawer ref="drawer"
@added="modalAddCallback"
@updated="modalUpdateCallback" />
<!-- 主机模态框 -->
<authorized-host-modal ref="hostModal"
@selected="(e) => execModal.setSelectedHost(e)" />
<!-- 执行模态框 -->
<exec-template-exec-drawer ref="execModal"
@open-host="(e) => hostModal.open(e)" />
<!-- 主机模态框 -->
<authorized-host-modal ref="hostModal"
@selected="(e) => execModal.setSelectedHost(e)" />
</div>
</template>