Commit 43a28216 authored by xuexirong's avatar xuexirong

订单详情图片上传逻辑修改,改为任何类型订单均显示上传按钮

parent 22dd40cc
......@@ -352,10 +352,7 @@ class OrderDetailPageState extends State<OrderDetailPage> {
),
getBtnItem('结束服务时间', isStart: false),
getNurseItem('服务人员', _orderDetail?.details?.nurseName),
Offstage(
offstage: _orderDetail?.details?.addressType != 2,
child: getPictureItem(),
)
getPictureItem()
],
);
}
......
......@@ -142,7 +142,7 @@ packages:
flutter_custom_calendar:
dependency: "direct main"
description:
path: "plugins\\flutter_custom_calendar"
path: "plugins/flutter_custom_calendar"
relative: true
source: path
version: "0.0.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment