diff --git a/module/doc/view/content.html.php b/module/doc/view/content.html.php index e0bf9ba33c..15dddb0a17 100644 --- a/module/doc/view/content.html.php +++ b/module/doc/view/content.html.php @@ -296,7 +296,7 @@ $(function() { var simplemde = new SimpleMDE({element: $("#markdownContent")[0],toolbar:false, status: false}); - simplemde.value(String(markdownText)); + //simplemde.value(String(markdownText)); simplemde.togglePreview(); $('#content .CodeMirror .editor-preview a').attr('target', '_blank'); diff --git a/module/doc/view/view.html.php b/module/doc/view/view.html.php index 5f3c5be6a7..9b7090080f 100644 --- a/module/doc/view/view.html.php +++ b/module/doc/view/view.html.php @@ -249,7 +249,7 @@ js::set('docID', $doc->id); $(function() { var simplemde = new SimpleMDE({element: $("#markdownContent")[0],toolbar:false, status: false}); - simplemde.value(String(markdownText)); + //simplemde.value(String(markdownText)); simplemde.togglePreview(); $('#content .CodeMirror .editor-preview a').attr('target', '_blank'); diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 2c93cb2e76..320385aef4 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -351,8 +351,8 @@ $lang->execution->howToUpdateBurn = "关联{$lang->SRCommon}。"; -$lang->execution->haveBranchDraft = "有%s条非激活状态或不是{$lang->executionCommon}关联分支的{$lang->SRCommon}无法导入"; -$lang->execution->haveDraft = "有%s条非激活状态的{$lang->SRCommon}无法导入"; +$lang->execution->haveBranchDraft = "导入完成!有%s条非激活状态或不是{$lang->executionCommon}关联分支的{$lang->SRCommon}无法导入"; +$lang->execution->haveDraft = "导入完成!有%s条非激活状态的{$lang->SRCommon}无法导入"; $lang->execution->doneExecutions = '已结束'; $lang->execution->selectDept = '选择部门'; $lang->execution->selectDeptTitle = '选择一个部门的成员'; diff --git a/module/execution/view/create.html.php b/module/execution/view/create.html.php index c1e6389f56..87b0986e9f 100644 --- a/module/execution/view/create.html.php +++ b/module/execution/view/create.html.php @@ -134,7 +134,7 @@