乱占耕地专题统计报表点击穿透事件隐藏修改

main
zhufu 2025-11-20 16:59:01 +08:00
parent 83b5e4be0a
commit a873e3acea
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
<template #bodyCell="{ column, record }">
<!-- 下发线索·宗数 -->
<template v-if="column.key.endsWith('zs') && column.key != 'xftbzs'">
<a @click="handlePreViewData(column, record, getCaseType(column.dataIndex))"> {{ record[column.dataIndex] }} </a>
<!-- <a @click="handlePreViewData(column, record, getCaseType(column.dataIndex))"> {{ record[column.dataIndex] }} </a> -->
{{ record[column.dataIndex] }}
</template>
<!-- 下发线索·面积 -->
<template v-if="column.key.endsWith('mj')">