|  | @@ -133,7 +133,7 @@ onMounted(() => {
 | 
	
		
			
				|  |  |  			<template #title>
 | 
	
		
			
				|  |  |  				<div>
 | 
	
		
			
				|  |  |  					<span style="font-size: 16px; font-weight: bold">属性枚举:</span>
 | 
	
		
			
				|  |  | -					<el-check-tag checked style="margin-left: 5px">{{ rowData.name }}</el-check-tag>
 | 
	
		
			
				|  |  | +					<el-check-tag checked style="pointer-events: none;margin-left: 5px">{{ rowData.name }}</el-check-tag>
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  			</template>
 | 
	
		
			
				|  |  |  			<div class="p-5 w-full whitespace-nowrap">
 |