Merge branch 'qcast-pub' into dev
This commit is contained in:
commit
890146db4c
@ -62,7 +62,7 @@ export default function ContextRoofAllocationSetting(props) {
|
|||||||
<div className="right-bar modal-handle"></div>
|
<div className="right-bar modal-handle"></div>
|
||||||
<div className="properties-guide">{getMessage('modal.roof.alloc.info')}</div>
|
<div className="properties-guide">{getMessage('modal.roof.alloc.info')}</div>
|
||||||
<div className="allocation-select-wrap">
|
<div className="allocation-select-wrap">
|
||||||
<span>{getMessage('modal.roof.alloc.select.roof.material')}</span>
|
{/* <span>{getMessage('modal.roof.alloc.select.roof.material')}</span>
|
||||||
<div className="grid-select">
|
<div className="grid-select">
|
||||||
<QSelectBox
|
<QSelectBox
|
||||||
options={roofMaterials.map((roof) => {
|
options={roofMaterials.map((roof) => {
|
||||||
@ -77,7 +77,7 @@ export default function ContextRoofAllocationSetting(props) {
|
|||||||
sourceKey={'roofMatlCd'}
|
sourceKey={'roofMatlCd'}
|
||||||
targetKey={'roofMatlCd'}
|
targetKey={'roofMatlCd'}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
<button
|
<button
|
||||||
className="allocation-edit"
|
className="allocation-edit"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user