mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 08:20:25 +08:00 
			
		
		
		
	feat: 1.前端组件升级 2.redis数据操作支持string,hash,set的新增修改
This commit is contained in:
		@@ -10,8 +10,13 @@
 | 
			
		||||
                @select="onHandleSelect"
 | 
			
		||||
                @blur="onSearchBlur"
 | 
			
		||||
            >
 | 
			
		||||
                <template #prefix>
 | 
			
		||||
                    <el-icon class="el-input__icon">
 | 
			
		||||
                        <search />
 | 
			
		||||
                    </el-icon>
 | 
			
		||||
                </template>
 | 
			
		||||
                <template #default="{ item }">
 | 
			
		||||
                    <div><i :class="item.meta.icon" class="mr10"></i>{{ item.meta.title }}</div>
 | 
			
		||||
                    <div><SvgIcon :name="item.meta.icon" class="mr5" />{{ item.meta.title }}</div>
 | 
			
		||||
                </template>
 | 
			
		||||
            </el-autocomplete>
 | 
			
		||||
        </el-dialog>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user