물건 상세 화면 플랜목록 가대 컬럼 변경
This commit is contained in:
parent
6c94fdf1a1
commit
11db40b3fe
@ -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' },
|
||||
|
||||
@ -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": "見積書の照会",
|
||||
|
||||
@ -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": "견적서 조회",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user