台桌列表页面
This commit is contained in:
parent
04720c2ef1
commit
2644163712
|
|
@ -1,5 +1,4 @@
|
|||
import 'package:cashier_reserve/common/base/ui.dart';
|
||||
import 'package:cashier_reserve/common/print/print.dart';
|
||||
import 'package:cashier_reserve/data_model/reserve/table_area_model.dart';
|
||||
import 'package:cashier_reserve/data_model/reserve/table_model.dart';
|
||||
|
||||
|
|
@ -123,7 +122,7 @@ class ReserveRightTableList extends StatelessWidget {
|
|||
if (isBooking) const SizedBox(height: 3),
|
||||
if (isBooking)
|
||||
Text(
|
||||
"${table?.bookingInfo?.dinerNum ?? ""}人/(${table?.bookingInfo?.phoneNumber?.substring(7) ?? ""})",
|
||||
"${table?.bookingInfo?.dinerNum ?? ""}人/${table?.bookingInfo?.phoneNumber?.substring(7) ?? ""}",
|
||||
style: itemNormalTextStyle,
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue