gtsoft-snail-job-admin/src/views/workflow/form/batch/index.vue
2024-05-02 00:00:28 +08:00

18 lines
292 B
Vue

<script setup lang="ts">
import WorkFlowIframe from '../modules/workflow-iframe.vue';
defineOptions({
name: 'WorkFlowDetail'
});
</script>
<template>
<div class="iframe"><WorkFlowIframe value="kaxC8Iml" /></div>
</template>
<style scoped>
.iframe {
padding: 0 !important;
}
</style>