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