摘要:
一、流程图的要求 确定流程的开始和结束:在画流程图时,首先要确定流程的起始点和终止点。通常,起始点用椭圆形表示,终止点用三角形表示。 按照流程顺序绘制:从起始点开始,按照流程的顺序,一步步地绘制出流程的各个环节。每个环节用矩形表示,并标注出该环节的名称或操作。 确定流程分支:在绘制流程图时,如果存在 阅读全文
posted @ 2024-01-30 14:24
周文豪
阅读(846)
评论(0)
推荐(0)
摘要:
1、wxml <view > <scroll-view scroll-x="true" class="tab-h" scroll-left="{{scrollLeft}}"> <view wx:for="{{tabs}}" wx:for-index="index" wx:key="id" class 阅读全文
posted @ 2024-01-30 14:23
周文豪
阅读(141)
评论(0)
推荐(0)
摘要:
一、传递参数的页面 wxml <view class="right"> <view class="status" style="color: {{item.color}}"> {{item.status}} </view> <view class="Dealstatus" style="backgr 阅读全文
posted @ 2024-01-30 14:21
周文豪
阅读(268)
评论(0)
推荐(0)