Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
f6ab4489
Commit
f6ab4489
authored
4 years ago
by
shiziyuan9527
Browse files
Options
Download
Email Patches
Plain Diff
fix(测试计划): 修复输入框提示问题
parent
dc8b6616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/track/plan/components/TestPlanEdit.vue
+1
-2
...usiness/components/track/plan/components/TestPlanEdit.vue
with
1 addition
and
2 deletions
+1
-2
frontend/src/business/components/track/plan/components/TestPlanEdit.vue
+
1
-
2
View file @
f6ab4489
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help