dingdanquanliucheng/frontend/mini-manager/pages/approve-list.wxml
2026-05-14 13:51:06 +08:00

12 lines
384 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="page">
<view class="title">审批首页 / 待审批列表</view>
<view class="desc">筛选:客户姓名、业务员、时间</view>
<view class="card">
<view>订单编号SO202605140001</view>
<view>客户:李四</view>
<view>业务员:张三</view>
<view>销售金额100.00</view>
<view>利润预览20.00</view>
</view>
</view>