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

13 lines
460 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">字段order_id、driver_id、pickup_address、delivery_address、pickup_content、quantity、factory_id、remark</view>
<view class="card">
<view>操作:保存 / 取消</view>
<view>权限:管理层、管理员</view>
</view>
<view class="actions">
<button size="mini">保存</button>
<button size="mini">取消</button>
</view>
</view>