提交代码
This commit is contained in:
		
							parent
							
								
									0fd0a37e90
								
							
						
					
					
						commit
						e3bbf7c8f4
					
				| 
						 | 
				
			
			@ -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,.tar"
 | 
			
		||||
                   accept=".tar"
 | 
			
		||||
            />
 | 
			
		||||
            <el-button size="mini" type="text" v-if="!form.modelFileName" @click="triggerFileInput('modelInput')">选择文件
 | 
			
		||||
            </el-button>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue