| | |
| | | {{customField.name}} |
| | | </div> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'INPUT'" translate="common.stringField">문자열 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'SINGLE_SELECT'" translate="common.singleSelectionField">단일 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'NUMBER'" translate="common.numberField">숫자 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'DATETIME'" translate="common.datetimeField">날짜 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'IP_ADDRESS'" translate="common.ipAddressField">IP Address 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'EMAIL'" translate="common.emailField">이메일 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'SITE'" translate="common.siteField">URL 선택 필드</small> |
| | | <small class="fc-grey" ng-show="customField.customFieldType == 'TEL'" translate="common.telField">전화번호 선택 필드</small> |
| | | </div> |
| | | |
| | | <!--<span>{{customField.name}}</span> <input type="checkbox" ng-model="customField.checked">--> |
| | |
| | | {{relationCustomField.name}} |
| | | </div> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'INPUT'" translate="common.stringField">문자열 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'SINGLE_SELECT'" translate="common.singleSelectionField">단일 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'MULTI_SELECT'" translate="common.multipleSelectionField">다중 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'NUMBER'" translate="common.numberField">숫자 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'DATETIME'" translate="common.datetimeField">날짜 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'IP_ADDRESS'" translate="common.ipAddressField">IP Address 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'EMAIL'" translate="common.emailField">이메일 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'SITE'" translate="common.siteField">URL 선택 필드</small> |
| | | <small class="fc-grey" ng-show="relationCustomField.customFieldType == 'TEL'" translate="common.telField">전화번호 선택 필드</small> |
| | | </div> |
| | | <!--<span>{{relationCustomField.name}}</span> <input type="checkbox" |
| | | ng-model="relationCustomField.checked">--> |