修改禅道bug
This commit is contained in:
@@ -1064,7 +1064,7 @@ module.exports = {
|
||||
Ftext: 'Text+Pull single+File',
|
||||
Nnothing: 'Null',
|
||||
Nchinese: 'Chinese',
|
||||
NpositiveInteger: 'Positive integer',
|
||||
NpositiveInteger: 'Integer',
|
||||
NPositivefloatingpointnumber: 'Positive float',
|
||||
NintegerOrDecimal: 'Integer decimal',
|
||||
NOneDecimalPlace: 'Decimal one',
|
||||
|
||||
@@ -1073,7 +1073,7 @@ module.exports = {
|
||||
Ftext: '文本+下拉单选+附件',
|
||||
Nnothing: '无',
|
||||
Nchinese: '中文',
|
||||
NpositiveInteger: '正整数',
|
||||
NpositiveInteger: '整数',
|
||||
NPositivefloatingpointnumber: '正浮点数',
|
||||
NintegerOrDecimal: '整数或小数',
|
||||
NOneDecimalPlace: '一位小数',
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
:disabled="item.isLock == '1' ? true: false"
|
||||
:max="99999"
|
||||
:precision="0"
|
||||
:min="1"
|
||||
:placeholder="$t('enterPositiveInteger')"
|
||||
v-model="item.dataValue"/>
|
||||
</div>
|
||||
@@ -196,7 +195,6 @@
|
||||
<a-input-number class="box-input inputWid add--number"
|
||||
:disabled="item.isLock == '1' ? true: false"
|
||||
:max="99999"
|
||||
:min="1"
|
||||
:precision="0"
|
||||
:placeholder="$t('enterPositiveInteger')"
|
||||
v-model="item.dataValue"/>
|
||||
@@ -296,7 +294,6 @@
|
||||
:disabled="item.isLock == '1' ? true: false"
|
||||
:max="99999"
|
||||
:precision="0"
|
||||
:min="1"
|
||||
:placeholder="$t('enterPositiveInteger')"
|
||||
v-model="item.dataValue"/>
|
||||
</div>
|
||||
@@ -407,7 +404,6 @@
|
||||
:disabled="item.isLock == '1' ? true: false"
|
||||
:max="99999"
|
||||
:precision="0"
|
||||
:min="1"
|
||||
:placeholder="$t('enterPositiveInteger')"
|
||||
v-model="item.dataValue"/>
|
||||
</div>
|
||||
@@ -573,7 +569,6 @@
|
||||
:disabled="item.isLock == '1' ? true: false"
|
||||
:max="99999"
|
||||
:precision="0"
|
||||
:min="1"
|
||||
:placeholder="$t('enterPositiveInteger')"
|
||||
v-model="item.dataValue"/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user