统计报表下发问题禁止穿透问题修改
parent
7dedfff697
commit
27a8211d2b
|
|
@ -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>
|
||||
<!-- 下发线索·面积 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue