This commit is contained in:
2022-03-28 19:12:08 +00:00
parent f9dc0e9927
commit 9b6274f4e0

View File

@@ -27,7 +27,13 @@
></v-checkbox>
</v-col>
<v-col v-if="ayaType != 0" cols="12" sm="6" lg="4" xl="3">
<v-col
v-if="ayaType != 0 && (doImport || doUpdate)"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-file-input
v-model="uploadFile"
:label="$ay.t('FileToImport')"
@@ -69,7 +75,7 @@ export default {
},
uploadFile: [],
ayaType: 0,
doImport: true,
doImport: false,
doUpdate: false,
outputText: null,
rights: window.$gz.role.defaultRightsObject(),