:placeholder="$t('Please enter main jar package')"
v-model="mainJar"
filterable
:disabled="isDetails">
<x-option
v-for="city in mainJarList"
:key="city.code"
:value="city.code"
:label="city.code">
</x-option>
</x-select>
<treeselectv-model="mainJar":options="mainJarLists":disable-branch-nodes="true":normalizer="normalizer":placeholder="$t('Please enter main jar package')">
:placeholder="$t('Please enter main jar package')"
v-model="mainJar"
filterable
:disabled="isDetails">
<x-option
v-for="city in mainJarList"
:key="city.code"
:value="city.code"
:label="city.code">
</x-option>
</x-select>
<treeselectv-model="mainJar":options="mainJarLists":disable-branch-nodes="true":normalizer="normalizer":placeholder="$t('Please enter main jar package')">