Skip to content

Commit

Permalink
UI最大组人数改用数字输入组件
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Nov 4, 2023
1 parent 2982f7e commit 5b1814b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/pages/Plan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ async function save() {
</tr>
<tr>
<td>
最大组人数<help-text> <div>请查阅文档</div></help-text>
最大组人数<help-text><div>请查阅文档</div></help-text>
</td>
<td>
<n-input v-model:value="max_resting_count"></n-input>
<n-input-number v-model:value="max_resting_count" />
</td>
</tr>
<tr>
Expand Down

0 comments on commit 5b1814b

Please sign in to comment.