Commit 4f532f34 authored by lijin's avatar lijin

解决文案管理页面的 bug

parent 99de595a
......@@ -120,7 +120,7 @@
v-if="!form.id"
v-model="form.text"
placeholder="请输入文案内容"
:maxLength="form.type === 1 ? 30 : 90"
:maxLength="form.type === '1' ? 30 : 90"
></text-input-list>
<el-input
......
......@@ -15,7 +15,7 @@
'is-error': isOverLength(text),
'is-focused': focusedIndex === index
}"
show-word-limit="true"
:show-word-limit="true"
@input="handleInput(index)"
@focus="focusedIndex = index"
@blur="focusedIndex = -1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment