修改
This commit is contained in:
parent
ee74f732db
commit
c62336d726
@ -805,8 +805,8 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
oninput="value=value.replace(/[^\d]/g,'')"
|
oninput="value=value.replace(/[^\d]/g,'')"
|
||||||
maxlength="10"
|
maxlength="5"
|
||||||
v-model="scope.row.itemDirectorySort"
|
v-model.number="scope.row.itemDirectorySort"
|
||||||
placeholder="请输入章节排序"
|
placeholder="请输入章节排序"
|
||||||
></el-input>
|
></el-input>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user