Browse Source

开票历史无记录显示更改;

wr_2024_invoice
zsw 5 months ago
parent
commit
25f0500eaa
  1. 6
      lib/order/invoices_manage/invoices_history.dart

6
lib/order/invoices_manage/invoices_history.dart

@ -174,11 +174,11 @@ class _InvoicesHistory extends State<InvoicesHistory> {
: :
((records == null || records.length == 0) ((records == null || records.length == 0)
? NoDataView( ? NoDataView(
src: "assets/image/bs_no data_logo.webp", src: "assets/image/ding_dan.webp",
isShowBtn: false, isShowBtn: false,
text: "暂无商品分类", text: "暂无开票记录",
fontSize: 16, fontSize: 16,
margin: EdgeInsets.all(20), margin: EdgeInsets.only(top: 120,left: 20,right: 20),
) )
: Column( : Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,

Loading…
Cancel
Save