fix(测试跟踪):新建用例-用例名称未显示长度限制

--bug=1024076 --user=王旭 【测试跟踪】新建用例-用例名称未显示长度限制 https://www.tapd.cn/55049933/s/1346863
This commit is contained in:
WangXu10 2023-03-08 13:37:24 +08:00 committed by jianxing
parent 030776d394
commit 705feca821
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
:placeholder="$t('case.please_enter_the_case_name')"
v-model="form.name"
@blur="textBlur(val, 'nameRef')"
:maxlength="255"
show-word-limit
></el-input>
</el-form-item>
</template>