Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-platform-ui
Commits
3b855ed6
Commit
3b855ed6
authored
Jan 11, 2022
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
bcf6fa8e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+6
-6
TestDescription.vue
src/views/qa/TestDescription.vue
+1
-1
No files found.
src/views/qa/DetailTestDescription.vue
View file @
3b855ed6
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<el-form-item
label=
"接口地址:"
style=
"width:80%"
>
<el-form-item
label=
"接口地址:"
style=
"width:80%"
>
<a
:href=
"api"
>
{{api}}
</a>
<a
:href=
"api"
>
{{api}}
</a>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
>
<el-form-item
label=
"备
注:"
>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:83%"
autosize
:disabled=
"true"
></el-input>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:83%"
autosize
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
</el-form-item>
</el-form-item>
<!-- 服务及分支 -->
<!-- 服务及分支 -->
<el-form-item
label=
"服务及分支:"
>
<el-form-item
label=
"服务及分支:"
>
<el-table
:data=
"serviceAndBranchList"
border
class=
"table-style"
style=
"width:95%"
>
<el-table
:data=
"serviceAndBranchList"
border
style=
"width:95%"
>
<el-table-column
label=
"服务名称"
width=
"250"
>
<el-table-column
label=
"服务名称"
width=
"250"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.serviceName"
filterable
allow-create
placeholder=
"请选择服务"
<el-select
v-model=
"scope.row.serviceName"
filterable
allow-create
placeholder=
"请选择服务"
...
@@ -101,7 +101,7 @@
...
@@ -101,7 +101,7 @@
</el-form-item>
</el-form-item>
<!-- apollo变更 -->
<!-- apollo变更 -->
<el-form-item
label=
"apollo变更:"
>
<el-form-item
label=
"apollo变更:"
>
<el-table
:data=
"apolloList"
border
class=
"table-style"
style=
"width:95%"
>
<el-table
:data=
"apolloList"
border
style=
"width:95%"
>
<el-table-column
label=
"项目名称"
width=
"230"
>
<el-table-column
label=
"项目名称"
width=
"230"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.projectName"
placeholder=
"请选择项目"
filterable
clearable
>
<el-select
v-model=
"scope.row.projectName"
placeholder=
"请选择项目"
filterable
clearable
>
...
@@ -134,7 +134,7 @@
...
@@ -134,7 +134,7 @@
</el-form-item>
</el-form-item>
<!-- 数据库变更 -->
<!-- 数据库变更 -->
<el-form-item
label=
"数据库变更:"
>
<el-form-item
label=
"数据库变更:"
>
<el-table
:data=
"databaseList"
border
class=
"table-style"
style=
"width:95%"
>
<el-table
:data=
"databaseList"
border
style=
"width:95%"
>
<el-table-column
label=
"数据库名称"
width=
"210"
>
<el-table-column
label=
"数据库名称"
width=
"210"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.db"
placeholder=
"请选择"
filterable
clearable
allow-create
>
<el-select
v-model=
"scope.row.db"
placeholder=
"请选择"
filterable
clearable
allow-create
>
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
<el-form-item
label=
"接口地址:"
class=
"input-style"
style=
"width:95%"
>
<el-form-item
label=
"接口地址:"
class=
"input-style"
style=
"width:95%"
>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"input-style"
style=
"width:95%"
>
<el-form-item
label=
"备
注:"
class=
"input-style"
style=
"width:95%"
>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
@@ -210,7 +210,6 @@ export default {
...
@@ -210,7 +210,6 @@ export default {
serviceAndBranch
:
[],
serviceAndBranch
:
[],
url
:
'
https://element.eleme.io
'
,
url
:
'
https://element.eleme.io
'
,
isShowDetail
:
true
,
isShowDetail
:
true
,
isEditShow
:
false
,
addTestDescriptionForm
:
{
addTestDescriptionForm
:
{
id
:
''
,
id
:
''
,
jiraProjectKey
:
''
,
jiraProjectKey
:
''
,
...
@@ -262,6 +261,7 @@ export default {
...
@@ -262,6 +261,7 @@ export default {
projectName
:
this
.
$route
.
query
.
projectName
,
projectName
:
this
.
$route
.
query
.
projectName
,
jiraProjectKey
:
this
.
$route
.
query
.
jiraProjectKey
jiraProjectKey
:
this
.
$route
.
query
.
jiraProjectKey
}).
then
((
resp
)
=>
{
}).
then
((
resp
)
=>
{
this
.
isShowDetail
=
true
// 将接口信息赋值给详情页面
// 将接口信息赋值给详情页面
var
data
=
resp
.
data
.
data
var
data
=
resp
.
data
.
data
this
.
projectName
=
data
.
projectName
this
.
projectName
=
data
.
projectName
...
...
src/views/qa/TestDescription.vue
View file @
3b855ed6
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
<el-form-item
label=
"接口地址:"
class=
"input-style"
>
<el-form-item
label=
"接口地址:"
class=
"input-style"
>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.api"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"备注:"
class=
"input-style"
>
<el-form-item
label=
"备
注:"
class=
"input-style"
>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
autosize
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
...
Write
Preview
Markdown
is supported
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