diff --git a/project.private.config.json b/project.private.config.json
index 6eca9dd..61eebd9 100644
--- a/project.private.config.json
+++ b/project.private.config.json
@@ -79,6 +79,13 @@
"query": "",
"launchMode": "default",
"scene": null
+ },
+ {
+ "name": "",
+ "pathName": "pages/sampleCutting/sampleCuttingDetail/index",
+ "query": "id=45",
+ "launchMode": "default",
+ "scene": null
}
]
}
diff --git a/src/pages/sampleCutting/sampleCuttingDetail/index.tsx b/src/pages/sampleCutting/sampleCuttingDetail/index.tsx
index 77e3503..6e2307e 100644
--- a/src/pages/sampleCutting/sampleCuttingDetail/index.tsx
+++ b/src/pages/sampleCutting/sampleCuttingDetail/index.tsx
@@ -99,7 +99,7 @@ const SampleCuttingDetail = () => {
订单进程
-
+
{/*
申请中5 -> 已完成 6
申请中5 -> 已取消 3
@@ -235,7 +235,7 @@ const SampleCuttingDetail = () => {
{
- order.order_form?.[0].order_status === 5
+ order.order_form?.[0].order_status === 1
?
取消订单