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

10 lines
357 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>模板类型default</view>
<view>文本内容:订单下发文本示例</view>
<view>操作:生成文本 / 复制文本 / 确认下发</view>
</view>
</view>