src/views/repositoryai/verbaltrick/index.vue
@@ -247,7 +247,7 @@ <el-button size="medium" type="text" @click="handleUpdate(scope.row)" @click="compileUpdate(scope.row)" v-hasPermi="['system:user:edit']" ><span class="button-bji" ><i class="el-icon-edit"></i>编辑话术</span @@ -705,6 +705,12 @@ this.deletefenl = row.title; } }, compileUpdate(row) { this.$router.push({ path: "/repositoryai/verbaltrick/particulars/", query: { id: "1" }, }); }, // 题目状态修改 handleStatusChange(row) { let text = row.status === "0" ? "启用" : "停用";