diff --git a/jero-web/src/components/CollectionType/index.vue b/jero-web/src/components/CollectionType/index.vue index 0a7533ca8..19f3e7369 100644 --- a/jero-web/src/components/CollectionType/index.vue +++ b/jero-web/src/components/CollectionType/index.vue @@ -32,57 +32,62 @@
-
+ :disabled="item.isLock == '1' ? true: false" + onkeyup="value=value.replace(/^[1-9]\d*\.\d*|0\.\d*[1-9]\d*$/g,'')" + :placeholder="$t('pleaseEnter')+$t('Positivefloatingpointnumber')" + v-model="item.dataValue" />
-
-
-
-
-
@@ -169,11 +174,12 @@
- +
@@ -185,43 +191,47 @@
- +
- +
- +
- +
- +
@@ -257,11 +267,12 @@
- +
@@ -273,43 +284,47 @@
- +
- +
- +
- +
- +
@@ -354,11 +369,12 @@
- +
@@ -370,43 +386,47 @@
- +
- +
- +
- +
- +
@@ -502,11 +522,12 @@
- +
@@ -518,43 +539,47 @@
- +
- +
- +
- +
- +
@@ -681,7 +706,7 @@ export default { } .add_flex_item{ width: 30%; - /*flex: 1;*/ + flex: 1; margin-right: 15px; } .selectWid{ @@ -693,7 +718,7 @@ export default { .add-width{ width: 30%; } -/deep/.ant-table-column-sort .ant-table-row-cell-ellipsis{ - text-align: left; +.add--number{ + width: 101%; }