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