Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BAN_SELF_AUDIT配置描述修改:是否允许工单审批人与提出人不相同 #2584

Merged
merged 3 commits into from
Apr 12, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions common/templates/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,11 @@ <h5 style="color: darkgrey"><b>SQL上线</b></h5>
class="col-sm-4 control-label">BAN_SELF_AUDIT</label>
<div class="col-sm-8">
<div class="switch switch-small">
<label>
<input id="ban_self_audit"
key="ban_self_audit"
value="{{ config.ban_self_audit }}"
type="checkbox" />
是否允许工单审批人与提出人相同
</label>
<input id="ban_self_audit"
key="ban_self_audit"
value="{{ config.ban_self_audit }}"
type="checkbox" />
<label for="ban_self_audit" title="ON:不允许相同。OFF:允许审批人与提出人相同">是否允许工单审批人与提出人不相同(管理员除外)</label>
feiazifeiazi marked this conversation as resolved.
Show resolved Hide resolved
</div>
</div>
</div>
Expand Down
Loading