Skip to content

Commit

Permalink
修改详情页的title-添加工单名称 (#2635)
Browse files Browse the repository at this point in the history
* 添加favicon图片

* 修改详情页的title-添加工单名称

* 修改标题

* favicon update

---------

Co-authored-by: 王飞 <fei.wang@xgo.one>
  • Loading branch information
feiazifeiazi and 王飞 authored May 10, 2024
1 parent b143525 commit b61bdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sql/templates/detail.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% load format_tags %}

{% block title %}{{ workflow_detail.workflow_name }}-{{ block.super }}{% endblock %}
{% block content %}
<div class="form-inline">
<h4 style="display: inline;">
Expand Down
1 change: 1 addition & 0 deletions sql/templates/queryapplydetail.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% extends "base.html" %}
{% load format_tags %}
{% block title %}{{ workflow_detail.title }}-{{ block.super }}{% endblock %}
{% block content %}
<h4 style="display: inline;">工单名称<span>{{ workflow_detail.title }}</span></h4>
&nbsp;&nbsp;&nbsp;
Expand Down

0 comments on commit b61bdf0

Please sign in to comment.