mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-02 12:10:05 +08:00
F fileForm
This commit is contained in:
parent
850dd142af
commit
67d07fb172
@ -16,7 +16,7 @@
|
||||
<span>{{ $t('projectPage.projectFileTips') }}</span>
|
||||
<el-button type="primary" icon="el-icon-plus" @click="handleAppendFile" />
|
||||
</el-row>
|
||||
<el-form ref="fileForm" :model="formData" class="file-form" @submit.prevent>
|
||||
<el-form :model="formData" class="file-form" @submit.prevent>
|
||||
<template v-if="formProps.show === 'file-list'">
|
||||
<el-form-item
|
||||
v-for="(file, index) in formData.files"
|
||||
|
Loading…
Reference in New Issue
Block a user