Showing
1 changed file
with
0 additions
and
6 deletions
| @@ -24,12 +24,6 @@ export struct CompParser { | @@ -24,12 +24,6 @@ export struct CompParser { | ||
| 24 | componentBuilder(compDTO: CompDTO, compIndex: number) { | 24 | componentBuilder(compDTO: CompDTO, compIndex: number) { |
| 25 | if (compDTO.compStyle === CompStyle.Label_03) { | 25 | if (compDTO.compStyle === CompStyle.Label_03) { |
| 26 | LabelComponent({ compDTO: compDTO }) | 26 | LabelComponent({ compDTO: compDTO }) |
| 27 | - } else if (compIndex == 0) { | ||
| 28 | - HorizontalStrokeCardThreeTwoRadioForOneComponent({ compDTO: compDTO }) | ||
| 29 | - } else if (compIndex == 1) { | ||
| 30 | - HorizontalStrokeCardThreeTwoRadioForTwoComponent({ compDTO: compDTO }) | ||
| 31 | - } else if (compIndex == 2) { | ||
| 32 | - HorizontalStrokeCardThreeTwoRadioForMoreComponent({ compDTO: compDTO }) | ||
| 33 | } else if (compDTO.compStyle === CompStyle.Title_Abbr_01) { | 27 | } else if (compDTO.compStyle === CompStyle.Title_Abbr_01) { |
| 34 | TitleAbbrComponent({ compDTO: compDTO }) | 28 | TitleAbbrComponent({ compDTO: compDTO }) |
| 35 | } else if (compDTO.compStyle === CompStyle.Title_All_01) { | 29 | } else if (compDTO.compStyle === CompStyle.Title_All_01) { |
-
Please register or login to post a comment