mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-29 05:49:07 +08:00
feat: 解决二次打开安装应用页面没有默认选中的问题
This commit is contained in:
parent
4f4fa49961
commit
2592d43ef5
@ -23,7 +23,12 @@
|
||||
<el-form-item :label="$t('app.name')" prop="NAME">
|
||||
<el-input v-model.trim="form['NAME']"></el-input>
|
||||
</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-col>
|
||||
</el-row>
|
||||
|
Loading…
Reference in New Issue
Block a user