MicroCommunityWeb/public/pages/property/newOaWorkflowManage/newOaWorkflowManage.html
2021-09-01 00:03:57 +08:00

15 lines
524 B
HTML

<div>
<div class="row white-bg padding margin-xs" style="min-height: 400px; ">
<div class="col-md-2 text-center margin-top" style="cursor:pointer"
v-for="(item,index) in newOaWorkflowManageInfo.newOaWorkflows"
@click="newFlow(item)">
<div>
<img src="/img/flow.png" width="80px" />
</div>
<div class="margin-top">
<span style="color: #333333;">{{item.flowName}}</span>
</div>
</div>
</div>
</div>