fix(测试跟踪):新建用例-用例名称未显示长度限制
--bug=1024076 --user=王旭 【测试跟踪】新建用例-用例名称未显示长度限制 https://www.tapd.cn/55049933/s/1346863
This commit is contained in:
parent
030776d394
commit
705feca821
|
@ -26,6 +26,8 @@
|
||||||
:placeholder="$t('case.please_enter_the_case_name')"
|
:placeholder="$t('case.please_enter_the_case_name')"
|
||||||
v-model="form.name"
|
v-model="form.name"
|
||||||
@blur="textBlur(val, 'nameRef')"
|
@blur="textBlur(val, 'nameRef')"
|
||||||
|
:maxlength="255"
|
||||||
|
show-word-limit
|
||||||
></el-input>
|
></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue