From cf2a28721db9aa0df6c77a0048731d85e1f8d004 Mon Sep 17 00:00:00 2001 From: yanyan Date: Wed, 6 Mar 2024 16:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/project/question/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/question/index.html b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/question/index.html index 8aefd3af..260ed8b2 100644 --- a/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/question/index.html +++ b/lib/EmergencyService/zdxtEmergencyBootStart/src/main/resources/templates/project/question/index.html @@ -26,7 +26,7 @@
- 题目 + 视频
答案 @@ -258,7 +258,7 @@ var guid = getUuid(); var aws = "
\n " + "
" + - "题目
\n " + + "视频
\n " + "
\n
\n " + "
"; // var aws = ` @@ -405,7 +405,7 @@ } function editQuestion(guid) { - $.modal.open("新增题目", "/small/project/question/addNew?guid=" + guid + "&parentId=" + sceneRole.guid, 600, 450); + $.modal.open("新增视频", "/small/project/question/addNew?guid=" + guid + "&parentId=" + sceneRole.guid, 600, 450); }