인벤토리 include 필터 문구 수정

This commit is contained in:
JiWoong Sul
2025-10-22 18:48:00 +09:00
parent cefcfaac0d
commit a14133df52
7 changed files with 12 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ class OutboundTableSpec {
static const String allStatusLabel = '전체 상태';
/// include 선택이 비어 있을 때 보여줄 라벨.
static const String includeEmptyLabel = 'Include 없음';
static const String includeEmptyLabel = '선택 없음';
/// 테이블 열 폭 기준 값.
static const double columnSpanWidth = 140;
@@ -61,7 +61,7 @@ class OutboundTableSpec {
static String includeLabel(String value) {
switch (value) {
case 'lines':
return '라인 포함';
return '상세정보 포함';
case 'customers':
return '고객 포함';
default: