fix(项目设置): 自定义字段下拉选项key长度限制过短

--bug=1028607 --user=陈建星 【测试跟踪】github26130,TAPD的缺陷优先级同步到MS时,当优先级为无关紧要时,在MS上是英文 https://www.tapd.cn/55049933/s/1403585
This commit is contained in:
jianxing 2023-08-15 10:39:44 +08:00 committed by 刘瑞斌
parent 5fe3779b1e
commit 3decfb2605
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<el-input size="mini" type="text"
class="text-item"
:placeholder="$t('custom_field.field_value')"
maxlength="10"
maxlength="50"
show-word-limit
v-if="editIndex === idx && isKv"
@blur="handleValueEdit(element)"