@@ -30,7 +30,7 @@
<!-- 表格操作 -->
<template #operation="{ row }">
<el-button link type="primary" @click="onDetail(row)" title="回访明细"> 回访明细 </el-button>
- <el-button
+<!-- <el-button
link
type="primary"
v-if="[1, 2].includes(row.taskState)"
@@ -39,7 +39,7 @@
v-auth="'business:visit:smart:termination'"
>
终止任务
- </el-button>
+ </el-button>-->
</template>
</ProTable>
</el-card>