|
@@ -57,6 +57,7 @@ export function singleRadio(params){
|
|
return <NumberUnitDrop prefix={data.labelPrefix}
|
|
return <NumberUnitDrop prefix={data.labelPrefix}
|
|
suffix={data.labelSuffix}
|
|
suffix={data.labelSuffix}
|
|
placeholder={data.name}
|
|
placeholder={data.name}
|
|
|
|
+ formulaCode={data.formulaCode}
|
|
boxMark={boxMark}
|
|
boxMark={boxMark}
|
|
id={data.id}
|
|
id={data.id}
|
|
show={showArr&&showArr[showInx]}
|
|
show={showArr&&showArr[showInx]}
|