Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
MeterSphere
Commits
31467e91
Commit
31467e91
authored
3 years ago
by
BugKing
Browse files
Options
Download
Email Patches
Plain Diff
fix(测试跟踪): 测试用例导入更新文本错误
parent
0913e6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/business/components/track/case/components/TestCaseImport.vue
+2
-2
...iness/components/track/case/components/TestCaseImport.vue
with
2 additions
and
2 deletions
+2
-2
frontend/src/business/components/track/case/components/TestCaseImport.vue
+
2
-
2
View file @
31467e91
...
...
@@ -6,7 +6,7 @@
<el-tab-pane
:label=
"$t('test_track.case.import.excel_title')"
name=
"excelImport"
>
<el-row
class=
"import-row"
style=
"margin-left: 34px"
>
<el-radio
v-model=
"importType"
label=
"Create"
>
{{
$t
(
'
test_track.case.import.import_create
'
)
}}
</el-radio>
<el-radio
v-model=
"importType"
label=
"Update"
>
{{
$t
(
'
test_track.case.import.import_
cre
ate
'
)
}}
</el-radio>
<el-radio
v-model=
"importType"
label=
"Update"
>
{{
$t
(
'
test_track.case.import.import_
upd
ate
'
)
}}
</el-radio>
</el-row>
<el-row
class=
"import-row"
>
<div
class=
"el-step__icon is-text"
style=
"background-color: #C9E6F8;border-color: #C9E6F8;margin-right: 10px"
>
...
...
@@ -85,7 +85,7 @@
<el-tab-pane
:label=
"$t('test_track.case.import.xmind_title')"
name=
"xmindImport"
style=
"border: 0px"
>
<el-row
class=
"import-row"
style=
"margin-left: 34px"
>
<el-radio
v-model=
"importType"
label=
"Create"
>
{{$t('test_track.case.import.import_create')}}
</el-radio>
<el-radio
v-model=
"importType"
label=
"Update"
>
{{$t('test_track.case.import.import_
cre
ate')}}
</el-radio>
<el-radio
v-model=
"importType"
label=
"Update"
>
{{$t('test_track.case.import.import_
upd
ate')}}
</el-radio>
</el-row>
<el-row
class=
"import-row"
>
<div
class=
"el-step__icon is-text"
style=
"background-color: #C9E6F8;border-color: #C9E6F8;margin-right: 10px"
>
...
...
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