|
@@ -102,7 +102,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 流程模块 -->
|
|
<!-- 流程模块 -->
|
|
- <view class="section white-wrap process-wrap">
|
|
|
|
|
|
+ <view class="section white-wrap process-wrap" v-if="flowNodeList">
|
|
<view class="title">审批流程</view>
|
|
<view class="title">审批流程</view>
|
|
<steps :data="flowNodeList"></steps>
|
|
<steps :data="flowNodeList"></steps>
|
|
</view>
|
|
</view>
|