|
@@ -54,6 +54,7 @@
|
|
|
placeholder="请输入英文"
|
|
|
@blur="onBlur(fc, 'en')"
|
|
|
maxlength="200"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -72,6 +73,7 @@
|
|
|
placeholder="请输入课题"
|
|
|
@blur="onBlur(kt, 'con')"
|
|
|
maxlength="200"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
<img
|
|
|
@click="deleteClassTopic(ktIndex)"
|
|
@@ -125,6 +127,7 @@
|
|
|
placeholder="请输入序号"
|
|
|
@blur="onBlur(topic, 'number')"
|
|
|
maxlength="200"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="adult-book-input-item">
|
|
@@ -136,6 +139,7 @@
|
|
|
placeholder="请输入正标题"
|
|
|
@blur="onBlur(topic, 'z_title')"
|
|
|
maxlength="500"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="adult-book-input-item">
|
|
@@ -147,6 +151,7 @@
|
|
|
placeholder="请输入副标题"
|
|
|
@blur="onBlur(topic, 'f_title')"
|
|
|
maxlength="500"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="adult-book-input-item">
|
|
@@ -167,6 +172,7 @@
|
|
|
placeholder="请输入标题题号"
|
|
|
@blur="onBlur(topic, 'little_title_number')"
|
|
|
maxlength="200"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
<el-input
|
|
|
style="width: 70%; margin-left: 10px"
|
|
@@ -176,6 +182,7 @@
|
|
|
placeholder="请输入标题内容"
|
|
|
@blur="onBlur(topic, 'little_title')"
|
|
|
maxlength="500"
|
|
|
+ show-word-limit
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|