wujingjing
2025-03-04 ce5d4a0d224aaab33b4d8ddd7b4af170882d406e
src/components/table/colFilter/ColFilter.vue
@@ -1,7 +1,7 @@
<template>
   <el-dropdown trigger="click" placement="bottom-end" :hideOnClick="false">
      <span
         title="点击选择显示列"
         :title="title"
         class="rounded-full p-1.5 border-[1.5px] hover:text-blue-400 border-gray-200 border-solid cursor-pointer ywifont ywicon-grid !text-[13px] h-fit"
      ></span>
@@ -35,6 +35,10 @@
      type: Boolean,
      default: true,
   },
   title: {
      type: String,
      default: '点击选择显示列',
   },
});
const emit = defineEmits<{