인벤토리 include 필터 문구 수정
This commit is contained in:
@@ -375,6 +375,7 @@ class _InboundPageState extends State<InboundPage> {
|
||||
key: ValueKey(_pendingIncludes.hashCode),
|
||||
controller: _includeController,
|
||||
initialValues: _pendingIncludes,
|
||||
placeholder: const Text(InboundTableSpec.includeEmptyLabel),
|
||||
selectedOptionsBuilder: (context, values) {
|
||||
if (values.isEmpty) {
|
||||
return const Text(InboundTableSpec.includeEmptyLabel);
|
||||
|
||||
@@ -44,7 +44,7 @@ class InboundTableSpec {
|
||||
static const String allStatusLabel = '전체 상태';
|
||||
|
||||
/// include 옵션이 선택되지 않았을 때 표시하는 기본 라벨.
|
||||
static const String includeEmptyLabel = 'Include 없음';
|
||||
static const String includeEmptyLabel = '선택 없음';
|
||||
|
||||
/// 테이블 열 폭 계산을 위한 기준 값.
|
||||
static const double columnSpanWidth = 140;
|
||||
@@ -74,7 +74,7 @@ class InboundTableSpec {
|
||||
static String includeLabel(String value) {
|
||||
switch (value) {
|
||||
case 'lines':
|
||||
return '라인 포함';
|
||||
return '상세정보 포함';
|
||||
default:
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user