|
@@ -19,10 +19,10 @@
|
|
|
<!-- 修改时标准词不能修改,修改了会当做新增处理 4-17 -->
|
|
|
<p v-if="id">{{data.name}}</p>
|
|
|
<!-- 4-18 需求变更 -->
|
|
|
- <input v-else type="text" v-model="data.name" placeholder="请输入术语" maxlength="30" @blur="handleBlur(1)">
|
|
|
+ <input v-else type="text" v-model="data.name" placeholder="请输入术语" maxlength="50" @blur="handleBlur(1)">
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input type="text" v-model="data.spell" placeholder="请输入拼音" maxlength="30" @input="handlePinyin">
|
|
|
+ <input type="text" v-model="data.spell" placeholder="请输入拼音" maxlength="50" @input="handlePinyin">
|
|
|
</td>
|
|
|
<td>
|
|
|
<el-select v-if="!id" v-model="data.type" filterable placeholder="请选择" size="small" @change="selectType">
|