diff --git a/routes/auto_import_routes.py b/routes/auto_import_routes.py index 675074f..c4b1ffd 100644 --- a/routes/auto_import_routes.py +++ b/routes/auto_import_routes.py @@ -18,7 +18,7 @@ logger = logging.getLogger(__name__) @auto_import_bp.route('/auto_import') def auto_import_index(): """自動匯入主頁""" - return render_template('auto_import_index.html') + return render_template('auto_import_index.html', active_page='auto_import') @auto_import_bp.route('/api/import_jobs', methods=['GET']) diff --git a/templates/auto_import_index.html b/templates/auto_import_index.html index 7b8c80b..dd609f8 100644 --- a/templates/auto_import_index.html +++ b/templates/auto_import_index.html @@ -1,267 +1,241 @@ - - +{% extends 'ewoooc_base.html' %} +{% block title %}當日業績報表匯入 - EwoooC{% endblock %} -
- - - -+
支援兩種匯入方式:Google Drive 自動匯入(每 30 分鐘檢查)或 手動上傳