mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	v3.5.0 显隐列初始默认隐藏列
This commit is contained in:
		| @@ -43,7 +43,14 @@ export default { | ||||
|       type: Array, | ||||
|     }, | ||||
|   }, | ||||
|  | ||||
|   created() { | ||||
|     // 显隐列初始默认隐藏列 | ||||
|     for (let item in this.columns) { | ||||
|       if (this.columns[item].visible === false) { | ||||
|         this.value.push(parseInt(item)); | ||||
|       } | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
|     // 搜索 | ||||
|     toggleSearch() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV