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