mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	fix(types): Fixed the reference type error (#551)
This commit is contained in:
		@@ -37,7 +37,7 @@ const { columns, columnChecks, data, loading, pagination, getData, getDataByPage
 | 
			
		||||
      align: 'center',
 | 
			
		||||
      width: 80,
 | 
			
		||||
      render: row => {
 | 
			
		||||
        const tagMap: Record<Api.Common.EnableStatus, NaiveUI.ThemeColor> = {
 | 
			
		||||
        const tagMap: Record<Api.SystemManage.MenuType, NaiveUI.ThemeColor> = {
 | 
			
		||||
          1: 'default',
 | 
			
		||||
          2: 'primary'
 | 
			
		||||
        };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user