Compare commits

...

2 Commits

Author SHA1 Message Date
9c011dfc8c 新增“数据编辑” 2025-10-14 15:37:22 +08:00
aa6b1dec3f 新增“数据编辑” 2025-10-14 15:35:32 +08:00
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -295,7 +295,7 @@ def edit_entry(doc_id):
# 保持原始数据格式不进行JSON转换
# 直接传递包含data字段的原始文档
return render_template('edit.html', document=document)
return render_template('edited.html', document=document)
# 更新数据路由
@app.route('/update/<doc_id>', methods=['POST'])

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}编辑数据 - 紫金·稷下薪火·云枢智海师生成果共创系统{% endblock %}
{% block title %}编辑成果信息 - 紫金·稷下薪火·云枢智海师生成果共创系统{% endblock %}
{% block content %}
<style>