|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
<m-list-box> |
|
|
|
|
<div slot="text">{{$t('Resources')}}</div> |
|
|
|
|
<div slot="content"> |
|
|
|
|
<treeselect v-model="resourceList" :multiple="true" :options="resourceOptions" :normalizer="normalizer" :value-consists-of="valueConsistsOf" :placeholder="$t('Please select resources')"> |
|
|
|
|
<treeselect v-model="resourceList" :multiple="true" :options="resourceOptions" :normalizer="normalizer" :value-consists-of="valueConsistsOf" :disabled="isDetails" :placeholder="$t('Please select resources')"> |
|
|
|
|
<div slot="value-label" slot-scope="{ node }">{{ node.raw.fullName }}</div> |
|
|
|
|
</treeselect> |
|
|
|
|
<!-- <m-resources |
|
|
|
|