|
@@ -56,13 +56,13 @@
|
|
|
<td :title="item.name&&item.name.length>9?item.name:''">
|
|
|
<!-- 使用原生input,输入限制 -->
|
|
|
<!-- <el-input v-model="item.name" placeholder="请输入术语" maxlength="30" size="small" @input.native="handleInput(2,index)"></el-input> -->
|
|
|
- <input type="text" v-model="item.name" :title="item.name" placeholder="请输入术语" maxlength="30" @blur="handleBlur(2,index,99)" :disabled="!item.isEdit">
|
|
|
+ <input type="text" v-model="item.name" :title="item.name" placeholder="请输入术语" maxlength="50" @blur="handleBlur(2,index,99)" :disabled="!item.isEdit">
|
|
|
</td>
|
|
|
<td v-if="!item.isEdit">
|
|
|
{{item.spell}}
|
|
|
</td>
|
|
|
<td v-else>
|
|
|
- <input type="text" v-model="item.spell" placeholder="请输入拼音" maxlength="30" @input="handlePinyin" class="spell">
|
|
|
+ <input type="text" v-model="item.spell" placeholder="请输入拼音" maxlength="50" @input="handlePinyin" class="spell">
|
|
|
</td>
|
|
|
<td>
|
|
|
{{data.type}}
|
|
@@ -110,10 +110,10 @@
|
|
|
<td :title="item.name&&item.name.length>9?item.name:''">
|
|
|
<!-- 使用原生input,输入限制 -->
|
|
|
<!-- <el-input v-model="item.name" placeholder="请输入术语" maxlength="30" size="small" @input.native="handleInput(2,index)"></el-input> -->
|
|
|
- <input type="text" v-model="item.name" placeholder="请输入术语" maxlength="30" @blur="handleBlur(2,index)">
|
|
|
+ <input type="text" v-model="item.name" placeholder="请输入术语" maxlength="50" @blur="handleBlur(2,index)">
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input type="text" v-model="item.spell" placeholder="请输入拼音" maxlength="30" @input="handlePinyin">
|
|
|
+ <input type="text" v-model="item.spell" placeholder="请输入拼音" maxlength="50" @input="handlePinyin">
|
|
|
</td>
|
|
|
<td>
|
|
|
{{data.type}}
|