mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-24 19:19:15 +08:00
fix: 解决限制安装的应用程序在首页还能继续安装的问题 (#2295)
This commit is contained in:
parent
08f0147d81
commit
21755223e1
@ -27,6 +27,7 @@
|
||||
plain
|
||||
round
|
||||
size="small"
|
||||
:disabled="app.limit == 1 && app.installed"
|
||||
@click="goInstall(app.key)"
|
||||
>
|
||||
{{ $t('app.install') }}
|
||||
@ -57,7 +58,7 @@ let req = reactive({
|
||||
});
|
||||
|
||||
let loading = ref(false);
|
||||
let apps = ref<App.App[]>([]);
|
||||
let apps = ref<App.AppDTO[]>([]);
|
||||
|
||||
const acceptParams = (): void => {
|
||||
search(req);
|
||||
|
Loading…
Reference in New Issue
Block a user