mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 10:18:43 +08:00 
			
		
		
		
	xTable查询框前间隔,退出系统按钮点击有时会无法成功
This commit is contained in:
		| @@ -128,7 +128,7 @@ const getColumnsConfig = (options: XTableProps) => { | ||||
|     proxyForm = true | ||||
|     options.formConfig = { | ||||
|       enabled: true, | ||||
|       titleWidth: 180, | ||||
|       titleWidth: 110, | ||||
|       titleAlign: 'right', | ||||
|       items: allSchemas.searchSchema | ||||
|     } | ||||
|   | ||||
| @@ -66,9 +66,9 @@ const toDocument = () => { | ||||
|           <Icon icon="ep:menu" /> | ||||
|           <div @click="toDocument">{{ t('common.document') }}</div> | ||||
|         </ElDropdownItem> | ||||
|         <ElDropdownItem divided> | ||||
|         <ElDropdownItem divided @click="loginOut"> | ||||
|           <Icon icon="ep:switch-button" /> | ||||
|           <div @click="loginOut">{{ t('common.loginOut') }}</div> | ||||
|           <div>{{ t('common.loginOut') }}</div> | ||||
|         </ElDropdownItem> | ||||
|       </ElDropdownMenu> | ||||
|     </template> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 gexinzhineng/gxzn27
					gexinzhineng/gxzn27