Browse Source

优化信息采集进度文字提示

wjj 1 month ago
parent
commit
a34e7ddd36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/qw/collectionSchedule/index.vue

+ 1 - 1
src/views/qw/collectionSchedule/index.vue

@@ -182,7 +182,7 @@ export default {
     async confirmHandle(row) {
       const param = row;
       try {
-        await this.$confirm('是否确认删除该课程?', "提示", {
+        await this.$confirm('是否帮客户第二次确认?', "提示", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"