This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user