mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-11 12:10:45 +08:00
feat: 解决二次打开安装应用页面没有默认选中的问题
This commit is contained in:
parent
4f4fa49961
commit
2592d43ef5
1 changed files with 6 additions and 1 deletions
|
|
@ -23,7 +23,12 @@
|
||||||
<el-form-item :label="$t('app.name')" prop="NAME">
|
<el-form-item :label="$t('app.name')" prop="NAME">
|
||||||
<el-input v-model.trim="form['NAME']"></el-input>
|
<el-input v-model.trim="form['NAME']"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<Params v-model:form="form" v-model:params="installData.params" v-model:rules="rules"></Params>
|
<Params
|
||||||
|
v-if="open"
|
||||||
|
v-model:form="form"
|
||||||
|
v-model:params="installData.params"
|
||||||
|
v-model:rules="rules"
|
||||||
|
></Params>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue