update carton and add staff name
This commit is contained in:
@@ -54,6 +54,7 @@ class StatusTree extends StatelessWidget {
|
||||
e.done || isPacked
|
||||
? Text(dateFormatter.format(e.date))
|
||||
: Container(),
|
||||
e.staffName == null ? Container() : Text(e.staffName)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user