mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	fix: user.data
This commit is contained in:
		| @@ -7,9 +7,7 @@ import { CrudSchema, useCrudSchemas } from '@/hooks/web/useCrudSchemas' | ||||
| const { t } = useI18n() | ||||
| // 表单校验 | ||||
| export const rules = reactive({ | ||||
|   name: [required], | ||||
|   code: [required], | ||||
|   sort: [required], | ||||
|   nickname: [required], | ||||
|   status: [required] | ||||
| }) | ||||
| // crudSchemas | ||||
| @@ -28,6 +26,9 @@ const crudSchemas = reactive<CrudSchema[]>([ | ||||
|   { | ||||
|     label: '用户账号', | ||||
|     field: 'username', | ||||
|     form: { | ||||
|       show: false | ||||
|     }, | ||||
|     search: { | ||||
|       show: true | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu