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