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