Explorar el Código

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

wjj hace 1 mes
padre
commit
a34e7ddd36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"