refactor(sj_map_reduce): 优化工作流批次详情页面

This commit is contained in:
xlsea 2024-07-03 17:16:50 +08:00
parent 0b78b17600
commit d0b6fa5fea

View File

@ -82,8 +82,8 @@ const syncOptions = ref([
key: 0
},
{
label: 'Auto(1s)',
key: 1
label: 'Auto(3s)',
key: 3
},
{
label: '5s',
@ -109,7 +109,7 @@ const syncOptions = ref([
</script>
<template>
<Workflow v-model="node" :spinning="spinning" disabled>
<Workflow v-model="node" :spinning="false" disabled>
<template #buttons>
<div class="flex-center">
<NDropdown trigger="hover" width="trigger" :options="syncOptions" @select="handleSyncSelect">