fix: 연산단위 최소값 지정

This commit is contained in:
2022-06-15 23:11:07 +09:00
parent d38ddcd79e
commit dca341f35e
2 changed files with 16 additions and 1 deletions
+2
View File
@@ -102,6 +102,7 @@
<NumberInputWithInfo
v-model="nationPolicy.minimumResourceActionAmount"
:step="100"
:min="100"
title="포상/몰수/헌납/삼/팜 최소 단위"
>
연산결과가 단위보다 적다면 수행하지 않습니다.
@@ -111,6 +112,7 @@
<NumberInputWithInfo
v-model="nationPolicy.maximumResourceActionAmount"
:step="100"
:min="100"
title="포상/몰수/헌납/삼/팜 최대 단위"
>
연산결과가 단위보다 크다면, 값에 맞춥니다.