From 6dcb2f079d7c470580da23034f32aafd0a2ebcb4 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期三, 31 七月 2024 14:31:20 +0800
Subject: [PATCH] add 打印(还没debug)
---
pages.json | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index 6987faf..d128a55 100644
--- a/pages.json
+++ b/pages.json
@@ -108,13 +108,13 @@
{
"path": "pages/order/order-delivery-detail",
"style": {
- "navigationBarTitleText": "订单详情"
+ "navigationBarTitleText": "配送单详情"
}
},
{
"path": "pages/order/order-delivery",
"style": {
- "navigationBarTitleText": "订单列表"
+ "navigationBarTitleText": "配送单列表"
}
},
{
@@ -171,7 +171,15 @@
"navigationBarTitleText": "协议",
"enablePullDownRefresh": false
}
- },
+ },
+ {
+ "path": "print/print-list",
+ "style": {
+ "navigationBarTitleText": "打印",
+ "enablePullDownRefresh": false
+ }
+
+ }
// #endif
// #ifdef PUB_PARTNER || PUB_SUPPLIER
{
--
Gitblit v1.9.3