Skip to content

Commit

Permalink
fix #17
Browse files Browse the repository at this point in the history
  • Loading branch information
ZnPdCo committed Dec 2, 2024
1 parent 9d2aaab commit cbf82cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/AdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function addUpdateLinks(row, id) {
<input placeholder="用户名" type="text" name="username" />
</div>
<div class="field">
<label>管理员(1表示登录权限,2表示投票权限,4表示管理权限,或起来)</label>
<label>权限(1表示登录权限,2表示投票权限,4表示管理权限,或起来)</label>
<input placeholder="管理员" type="number" name="permission" value="3" />
</div>
<button type="submit" class="ui blue submit button">提交</button>
Expand Down

0 comments on commit cbf82cb

Please sign in to comment.