|
|
|
@ -289,7 +289,7 @@ class _PayItemState extends State<PayItem> { |
|
|
|
), |
|
|
|
), |
|
|
|
Text( |
|
|
|
"${widget.item.unitSellingPrice}元", |
|
|
|
"${widget.item.unitSellingPrice!.toStringAsFixed(2)}元", |
|
|
|
style: TextStyle( |
|
|
|
fontSize: 11.w, |
|
|
|
color: const Color.fromRGBO(144, 144, 144, 144), |
|
|
|
|