mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
考试及格线不能为负数
This commit is contained in:
@@ -160,6 +160,7 @@
|
||||
</div>
|
||||
<div class="btnbox">
|
||||
<a-input
|
||||
min="0"
|
||||
:disabled="info?.examinationName >= 0?true:false"
|
||||
v-model:value="formData.passLine"
|
||||
type="number"
|
||||
|
||||
Reference in New Issue
Block a user