From c7a579bf5f0f39db000206a40523655d262971f6 Mon Sep 17 00:00:00 2001 From: kf_wuhao <15392746632@qq.com> Date: Thu, 4 Mar 2021 17:39:46 +0800 Subject: [PATCH] 1 --- pmcalendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmcalendar.php b/pmcalendar.php index 6f14c04..ba327ac 100644 --- a/pmcalendar.php +++ b/pmcalendar.php @@ -1983,7 +1983,7 @@ if ($act == 'newevent') { dict.start = $.fullCalendar.formatDate(event.start, 'yyyy-MM-dd'); dict.end = $.fullCalendar.formatDate(event.end, 'yyyy-MM-dd'); loading.show(); - dict.reason = prompt("请输入延期原因"); + dict.reason = prompt("请输入修改原因"); $.post('./?app=pmcalendar&act=movevent', dict, function (txt) { loading.hide();