@if (showSuccess()) { }

客户信息录入

@if (errors()['date']) {

{{ errors()['date'] }}

}
@if (stores().length > 0) { } @else {
加载中...
} @if (errors()['storeId']) {

{{ errors()['storeId'] }}

}
@if (errors()['addedCustomers']) {

{{ errors()['addedCustomers'] }}

}

最近提交记录

@if (allEntries().length > 0) { } @else if (!loading()) { } @else {
加载中...
}