.oc-tree-select-container.vm(ref="dropContainer", tabindex="-1", @blur.capture="_blurHandler($event)", :disabled="disabled", @mouseenter="handlehoverClearIcon", @mouseleave="handlehideHoverClearIcon")
.pr.h
select.ocFormElement(ref="ocFormElement", :name="name", tabindex="-1", :required="required", :multiple="multiple")
option(:selected="true", v-for="id in selected", :value="id", :disabled="disabled")
.oc-ipt-result(@focus.capture="show($event)", :class="{ multipleLine: isMultipleLine, showClearAll: isShowClearAll && !disabled }", :style="iptStyle", tabindex="0", ref="ipt", :disabled="disabled")
i.oc-select-clear-icon.fa.fa-times-circle(v-if="isShowClearAll && !disabled", tabindex="1", @click="handleClear")
span.oc-ipt-result-item(v-for="id in selected", tabindex="-1", :title="getSelectedFullText(id)", :data-id="id") {{getSelectedText(id)}}
i(tabindex="-1", @click.stop.prevent="remove(id)", v-if="!disabled") ×
div.f12.formSm.pt10.divPropsContainer(ref="divProps", v-show="activePropId !== null")
p.pl15.fb.pb10.mb10(style="border-bottom: 1px solid #eee;") {{$t('_ocui_current_issue')}}:{{activePropName}}
div.divPropsItem.pb5(v-for="item in formatedNodeProperties", style="display: inline-block;")
span.divProsItemLabel(style="padding-left:10px; margin-right: 0; display: inline-block; width: 100px; overflow: hidden; vertical-align:middle; word-break: break-word", :class="{ must: item[requiredKey] && toBoolean(item[isSystemPropertyKey]) }") {{item[propertyNameKey] + ':'}}
oc-select.w150(:items="item[propertyValueKey]", :name="item[propertyKey]", :isAll="true", :value="item[defaultValueKey]", :disabled="!toBoolean(item[isSystemPropertyKey])", :required="toBoolean(item[requiredKey]) && toBoolean(item[isSystemPropertyKey])", :isShowFilter="true")
div.pt10.pl10
button.primary.w80.sm(type="button", @click="confirm") {{$t('_ocui_dialog_confirm_words')}}
button.ml10.w80.sm(type="button", @click="cancel") {{$t('_ocui_dialog_cancel_words')}}
button.mr15.sm.fr(v-if="isShowConfirmAndSubmitButton", type="button", @click="confirmAndSubmit($event)") Save issues