Commit f6ab4489 authored by shiziyuan9527's avatar shiziyuan9527
Browse files

fix(测试计划): 修复输入框提示问题

parent dc8b6616
Showing with 1 addition and 2 deletions
+1 -2
......@@ -13,11 +13,10 @@
<el-row>
<el-col :span="8" :offset="1">
<el-form-item
:placeholder="$t('test_track.plan.input_name')"
:label="$t('test_track.plan.plan_name')"
:label-width="formLabelWidth"
prop="name">
<el-input v-model="form.name"></el-input>
<el-input v-model="form.name" :placeholder="$t('test_track.plan.input_plan_name')"></el-input>
</el-form-item>
</el-col>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment