mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
15 lines
524 B
HTML
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> |