提交代码
This commit is contained in:
parent
7425544401
commit
f69344fb2b
|
|
@ -41,7 +41,7 @@
|
|||
<el-form-item label="镜像文件" prop="modelFileName">
|
||||
<div class="custom-upload">
|
||||
<input type="file" ref="modelInput" style="display: none" @change="handleFileChange('modelFile', $event)"
|
||||
accept=".zip"
|
||||
accept=".tar"
|
||||
/>
|
||||
<el-button size="mini" type="text" v-if="!form.modelFileName" @click="triggerFileInput('modelInput')">选择文件
|
||||
</el-button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue