Compare commits
No commits in common. "7b907159536df19ed9d1388c50beb68e097b4da6" and "7a69227888c1feccaa2819789242757898005e26" have entirely different histories.
7b90715953
...
7a69227888
|
@ -14,7 +14,6 @@
|
|||
class="upload"
|
||||
style="margin-right: 10px"
|
||||
:disabled="limitLength"
|
||||
v-if="!limitLength"
|
||||
>
|
||||
<input
|
||||
multiple="multiple"
|
||||
|
@ -26,11 +25,7 @@
|
|||
class="select-file"
|
||||
title=""
|
||||
@change="beginScanFiles($event)"
|
||||
v-if="
|
||||
!loading &&
|
||||
(!limitLength ||
|
||||
(fileList.length < limitLength && limitLength > 1))
|
||||
"
|
||||
v-if="!loading && (!limitLength || fileList.length < limitLength)"
|
||||
/>
|
||||
<div class="btn-select">
|
||||
{{ $t('trials:trialDocument:button:selectFolder') }}
|
||||
|
|
Loading…
Reference in New Issue