refactor(sj_map_reduce): 优化工作流批次详情页面
This commit is contained in:
parent
0b78b17600
commit
d0b6fa5fea
@ -82,8 +82,8 @@ const syncOptions = ref([
|
|||||||
key: 0
|
key: 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Auto(1s)',
|
label: 'Auto(3s)',
|
||||||
key: 1
|
key: 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '5s',
|
label: '5s',
|
||||||
@ -109,7 +109,7 @@ const syncOptions = ref([
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<Workflow v-model="node" :spinning="spinning" disabled>
|
<Workflow v-model="node" :spinning="false" disabled>
|
||||||
<template #buttons>
|
<template #buttons>
|
||||||
<div class="flex-center">
|
<div class="flex-center">
|
||||||
<NDropdown trigger="hover" width="trigger" :options="syncOptions" @select="handleSyncSelect">
|
<NDropdown trigger="hover" width="trigger" :options="syncOptions" @select="handleSyncSelect">
|
||||||
|
Loading…
Reference in New Issue
Block a user