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); }