mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	1、调度日志点击详情无数据显示
2、id显示序号问题 3、租户详情修改中不显示名称密码
This commit is contained in:
		@@ -123,7 +123,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
			
		||||
      title: '用户名称',
 | 
			
		||||
      field: 'username',
 | 
			
		||||
      isTable: false,
 | 
			
		||||
      isDetail: false
 | 
			
		||||
      isDetail: false,
 | 
			
		||||
      isForm: false
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      title: '用户密码',
 | 
			
		||||
@@ -132,7 +133,8 @@ const crudSchemas = reactive<VxeCrudSchema>({
 | 
			
		||||
      isDetail: false,
 | 
			
		||||
      form: {
 | 
			
		||||
        component: 'InputPassword'
 | 
			
		||||
      }
 | 
			
		||||
      },
 | 
			
		||||
      isForm: false
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      title: '账号额度',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user