统计报表下发问题禁止穿透问题修改

main
zhufu 2025-11-01 16:42:52 +08:00
parent 7dedfff697
commit 27a8211d2b
1 changed files with 1 additions and 1 deletions

View File

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