Compare commits
No commits in common. "e293d5dfde5fc9b3de372a2e9372e27d41b522ed" and "93b645e9e802e276a28c0ae964bc031897a2a2d6" have entirely different histories.
e293d5dfde
...
93b645e9e8
@ -1361,11 +1361,7 @@ export default function Estimate({}) {
|
|||||||
</th>
|
</th>
|
||||||
<td colSpan={3}>
|
<td colSpan={3}>
|
||||||
<div className="radio-wrap">
|
<div className="radio-wrap">
|
||||||
{/*pkgRank is null, empty 인 경우 : 사용불가, 이전에 등록된 경우 사용가능, style로 제어*/}
|
<div className="d-check-radio light mr10">
|
||||||
<div className="d-check-radio light mr10" style={{display:
|
|
||||||
(isNotEmptyArray(storePriceList) > 0
|
|
||||||
&& storePriceList[0].pkgRank !== null
|
|
||||||
&& storePriceList[0].pkgRank !== '') ? "" : "none"}}>
|
|
||||||
<input
|
<input
|
||||||
type="radio"
|
type="radio"
|
||||||
name="estimateType"
|
name="estimateType"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user