Browse Source

核销统计去除手机号显示

wr_2023_business
wurong 1 year ago
parent
commit
f294cd3e45
  1. 24
      lib/business_system/order/ticket/ticket_statistics_page.dart

24
lib/business_system/order/ticket/ticket_statistics_page.dart

@ -229,30 +229,6 @@ class _TicketStatisticsPage extends State<TicketStatisticsPage> {
) )
], ],
)), )),
Padding(
padding: EdgeInsets.only(top: 12.h, left: 12.w),
child: Row(
children: [
Text(
"手机号:",
style: TextStyle(
fontSize: 12.sp,
color: Color(0xFF1A1A1A),
fontWeight: MyFontWeight.regular),
),
SizedBox(
width: 13.w,
),
Text(
"12323227890",
style: TextStyle(
fontSize: 12.sp,
color: Color(0xFF1A1A1A),
fontWeight: MyFontWeight.regular),
)
],
),
),
Container( Container(
width: double.infinity, width: double.infinity,
height: 1.h, height: 1.h,

Loading…
Cancel
Save