| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label><span translate="project.projectDepartment">담당 부서</span></label> |
| | | <div class="input-group"> |
| | | <select class="form-control input-sm issue-select-label" |
| | | name="targetStatusId" |
| | | ng-style="{ 'color' : fn.getOptionColor(vm.targetIssueStatusList, vm.targetStatusId) }" |
| | | ng-model="vm.targetStatusId"> |
| | | <option value="" translate="common.choose">선택하세요.</option> |
| | | <option value="{{issueStatus.id}}" |
| | | ng-style="{ 'color' : issueStatus.color, 'font-weight': 600 }" |
| | | ng-repeat="issueStatus in vm.targetIssueStatusList"> |
| | | ● {{issueStatus.name}} |
| | | </option> |
| | | </select> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | <div class="col-md-9"> |
| | | <div class="form-group workflowbox"> |