mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-27 10:59:05 +00:00
perf: 修改许可证
This commit is contained in:
parent
52522b7095
commit
c05992ce50
@ -16,11 +16,13 @@
|
|||||||
:title="$tc('setting.ImportLicense')"
|
:title="$tc('setting.ImportLicense')"
|
||||||
:visible.sync="dialogLicenseImport"
|
:visible.sync="dialogLicenseImport"
|
||||||
top="20vh"
|
top="20vh"
|
||||||
|
width="600px"
|
||||||
@cancel="dialogLicenseImport = false"
|
@cancel="dialogLicenseImport = false"
|
||||||
@confirm="importLicense"
|
@confirm="importLicense"
|
||||||
>
|
>
|
||||||
{{ this.$t('setting.LicenseFile') }}
|
<div style="padding-bottom: 10px">
|
||||||
<br>
|
{{ this.$t('setting.LicenseFile') }}
|
||||||
|
</div>
|
||||||
<input type="file" @change="fileChange">
|
<input type="file" @change="fileChange">
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user