|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<view class="h100vh page-bg-color">
|
|
|
- <!-- <u-navbar :customBack="handleBackHome" :title="typeLabel[currentType]"></u-navbar> -->
|
|
|
+ <u-navbar :customBack="handleBackHome" :title="typeLabel[currentType]"></u-navbar>
|
|
|
<view class="workflow-page" :style="{height: `calc(100vh - ${diStatusBarHeight}px - 48px)`}">
|
|
|
<view class="workflow-main">
|
|
|
<start-workflow v-if="currentType === 'start'"></start-workflow>
|