Merge Q-CAST-III-MR-684: 물건 상세 화면 플랜목록 가대 컬럼 변경

This commit is contained in:
상연 정 2025-02-13 07:47:52 +00:00 committed by Space Cloud
commit 3ad80d9ae5
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749
3 changed files with 6 additions and 4 deletions

View File

@ -227,8 +227,10 @@ export default function StuffDetail() {
},
},
{
field: 'supportMethodIdMulti',
headerName: getMessage('stuff.detail.planGridHeader.supportMethodIdMulti'),
//
// field: 'supportMethodIdMulti',
field: 'standTypeNo',
headerName: getMessage('stuff.detail.planGridHeader.standTypeNo'),
wrapText: true,
autoHeight: true,
cellStyle: { alignItems: 'flex-start' /* 좌측정렬*/, cursor: 'pointer' },

View File

@ -782,7 +782,7 @@
"stuff.detail.planGridHeader.capacity": "システム容量",
"stuff.detail.planGridHeader.roofMaterialIdMulti": "屋根材",
"stuff.detail.planGridHeader.constructSpecificationMulti": "施工方法",
"stuff.detail.planGridHeader.supportMethodIdMulti": "架台",
"stuff.detail.planGridHeader.standTypeNo": "架台",
"stuff.detail.planGridHeader.pcTypeNo": "パワーコンディショナー",
"stuff.detail.planGridHeader.management": "管理",
"stuff.detail.planGrid.btn1": "見積書の照会",

View File

@ -782,7 +782,7 @@
"stuff.detail.planGridHeader.capacity": "시스템용량",
"stuff.detail.planGridHeader.roofMaterialIdMulti": "지붕재",
"stuff.detail.planGridHeader.constructSpecificationMulti": "시공방법",
"stuff.detail.planGridHeader.supportMethodIdMulti": "가대",
"stuff.detail.planGridHeader.standTypeNo": "가대",
"stuff.detail.planGridHeader.pcTypeNo": "파워컨디셔너",
"stuff.detail.planGridHeader.management": "관리",
"stuff.detail.planGrid.btn1": "견적서 조회",