From fd658508f4470f0c479b2a36738b0f50481cbbe9 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期六, 16 九月 2023 10:59:09 +0800 Subject: [PATCH] 后台代码 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html index 2686537..fa64c86 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tQuestion/TQuestionEdit.html @@ -25,14 +25,15 @@ <label for="editor_1">*答复内容:</label> <textarea id="editor_1" type="text/plain" style="width:1200px;height:400px;">${info.answer}</textarea> </div> + + <label for="sort">*排 序:</label> + <input type="text" id="sort" value="${info.sort}" placeholder="请输入排序"><span> 数字越大,权重越大</span> <div class="row btn-group-m-t"> <div class="col-sm-10 col-sm-offset-5"> <#button btnCss="info" name="保存" id="ensure" icon="fa-check" clickFun="edit();" /> <#button btnCss="info" name="关闭" id="close" icon="fa-check" clickFun="closeD();" /> </div> </div> - <label for="sort">*排 序:</label> - <input type="text" id="sort" value="${info.sort}" placeholder="请输入排序"><span> 数字越大,权重越大</span> </div> </div> @@ -100,6 +101,7 @@ data: JSON.stringify(data), // 将数据转换为 JSON 字符串 success: function(response) { window.parent.TQuestion.table.refresh(); + closeD(); Feng.success("修改成功!"); }, error: function(xhr, status, error) { -- Gitblit v1.7.1