前端页面

This commit is contained in:
robin
2026-02-24 11:33:44 +08:00
parent f3af234308
commit 60dc87e0f2
141 changed files with 6845 additions and 133 deletions

View File

@@ -0,0 +1,27 @@
{$layout "layout_popup"}
<h3>受控 ECH 回滚降级</h3>
<form method="post" class="ui form" data-tea-action="$">
<input type="hidden" name="logId" :value="logId" />
<csrf-token></csrf-token>
<table class="ui table definition selectable">
<tr>
<td class="title">日志编号</td>
<td><code>{{logId}}</code></td>
</tr>
<tr>
<td class="title">回滚原因 *</td>
<td><textarea name="reason" rows="3" ref="focus"></textarea></td>
</tr>
<tr>
<td class="title">审批人 OTP 验证码 #1 *</td>
<td><input type="text" name="otpCode1" maxlength="16" /></td>
</tr>
<tr>
<td class="title">审批人 OTP 验证码 #2 *</td>
<td><input type="text" name="otpCode2" maxlength="16" /></td>
</tr>
</table>
<submit-btn></submit-btn>
</form>