修改
This commit is contained in:
parent
f28bf99488
commit
13797d65d7
@ -774,6 +774,7 @@
|
|||||||
<el-table-column label="章节名称" align="center">
|
<el-table-column label="章节名称" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
|
maxlength="100"
|
||||||
v-model="scope.row.itemDirectoryName"
|
v-model="scope.row.itemDirectoryName"
|
||||||
placeholder="请输入章节名称"
|
placeholder="请输入章节名称"
|
||||||
></el-input>
|
></el-input>
|
||||||
@ -782,6 +783,7 @@
|
|||||||
<el-table-column label="章节标题" align="center">
|
<el-table-column label="章节标题" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
|
maxlength="100"
|
||||||
v-model="scope.row.itemDirectoryTitle"
|
v-model="scope.row.itemDirectoryTitle"
|
||||||
placeholder="请输入章节标题"
|
placeholder="请输入章节标题"
|
||||||
></el-input>
|
></el-input>
|
||||||
@ -790,6 +792,7 @@
|
|||||||
<el-table-column label="章节内容简介" align="center">
|
<el-table-column label="章节内容简介" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-input
|
<el-input
|
||||||
|
maxlength="300"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
:rows="5"
|
:rows="5"
|
||||||
style="width: 140px"
|
style="width: 140px"
|
||||||
@ -802,7 +805,7 @@
|
|||||||
<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="5"
|
maxlength="10"
|
||||||
v-model="scope.row.itemDirectorySort"
|
v-model="scope.row.itemDirectorySort"
|
||||||
placeholder="请输入章节排序"
|
placeholder="请输入章节排序"
|
||||||
></el-input>
|
></el-input>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user