|
@@ -115,7 +115,7 @@
|
|
|
v-model="scope.row.currentId"
|
|
v-model="scope.row.currentId"
|
|
|
placeholder="请输入"
|
|
placeholder="请输入"
|
|
|
:maxlength="scope.row.length"
|
|
:maxlength="scope.row.length"
|
|
|
- oninput="value=value.replace(/^(0+)|[^\d]+/g,'')"
|
|
|
|
|
|
|
+ oninput="value=value.replace(/^[^\d]+/g,'')"
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</template>
|
|
</template>
|