WXL (wul)
6 天以前 51461f369f0b0ad1da96346afee5637302f1525b
src/views/followvisit/record/detailpage/index copy.vue
@@ -2117,7 +2117,7 @@
          const targetDate = new Date(this.form.visitTime); // 目标日期
          const now = new Date(); // 当前时间
          if (now < targetDate && this.form.sendstate == 2) {
            this.$confirm("当前服务未到发送时间请谨慎修改", "提示", {
            this.$confirm("当前服务未到随访时间请谨慎修改", "提示", {
              confirmButtonText: "确定",
              cancelButtonText: "取消",
              type: "warning",