|
@@ -133,7 +133,7 @@ onMounted(() => {
|
|
<template #title>
|
|
<template #title>
|
|
<div>
|
|
<div>
|
|
<span style="font-size: 16px; font-weight: bold">属性枚举:</span>
|
|
<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>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
<div class="p-5 w-full whitespace-nowrap">
|
|
<div class="p-5 w-full whitespace-nowrap">
|