This commit is contained in:
2021-01-02 18:59:42 +00:00
parent ee4fb103de
commit 6e7d786744
9 changed files with 37 additions and 52 deletions

View File

@@ -33,29 +33,22 @@
<span class="headline">{{ $ay.t("MoveSelected") }}</span>
</v-card-title>
<v-card-text>
<v-container>
<v-row>
<v-col cols="12">
<v-select
v-model="moveType"
:items="selectLists.objectTypes"
item-text="name"
item-value="id"
:label="$ay.t('AyaType')"
></v-select>
</v-col>
<v-select
v-model="moveType"
:items="selectLists.objectTypes"
item-text="name"
item-value="id"
:label="$ay.t('AyaType')"
></v-select>
<v-col cols="12" v-if="moveType != 0">
<gz-pick-list
:ayaType="moveType"
:showEditIcon="false"
:includeInactive="true"
v-model="moveId"
label="Id"
></gz-pick-list>
</v-col>
</v-row>
</v-container>
<gz-pick-list
v-if="moveType != 0"
:ayaType="moveType"
:showEditIcon="false"
:includeInactive="true"
v-model="moveId"
label="Id"
></gz-pick-list>
</v-card-text>
<v-card-actions>
<v-spacer></v-spacer>