checklist

This commit is contained in:
StyleZhang
2024-03-28 18:24:10 +08:00
parent 12ed31be4d
commit 06a6d398cd
11 changed files with 150 additions and 49 deletions

View File

@ -18,6 +18,7 @@ import EditingTitle from './editing-title'
import RunningTitle from './running-title'
import RestoringTitle from './restoring-title'
import Publish from './publish'
import Checklist from './checklist'
import { Grid01 } from '@/app/components/base/icons/src/vender/line/layout'
import Button from '@/app/components/base/button'
import { ArrowNarrowLeft } from '@/app/components/base/icons/src/vender/line/arrows'
@ -118,6 +119,7 @@ const Header: FC = () => {
{t('workflow.common.features')}
</Button>
<Publish />
<Checklist />
</div>
)
}
@ -148,6 +150,7 @@ const Header: FC = () => {
>
{t('workflow.common.restore')}
</Button>
<Checklist />
</div>
)
}