فهرست منبع

reactor:对接智能外呼和智能回访任务的终止;

zhangchong 10 ماه پیش
والد
کامیت
973fb423ba
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/business/visit/smart.vue

+ 2 - 2
src/views/business/visit/smart.vue

@@ -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>