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
572b3595
Commit
572b3595
authored
Dec 28, 2021
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新详情页面样式
parent
65b48f9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+2
-2
No files found.
src/views/qa/DetailTestDescription.vue
View file @
572b3595
...
@@ -80,13 +80,13 @@
...
@@ -80,13 +80,13 @@
<el-table-column
label=
"分支名称"
>
<el-table-column
label=
"分支名称"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-select
v-model=
"scope.row.branch"
filterable
placeholder=
"请选择分支"
clearable
<el-select
v-model=
"scope.row.branch"
filterable
placeholder=
"请选择分支"
clearable
@
focus=
"focusevent(scope.row.serviceName)"
style=
"width:6
8
0px"
>
@
focus=
"focusevent(scope.row.serviceName)"
style=
"width:6
5
0px"
>
<el-option
v-for=
"item2 in serviceBranchList"
:key=
"item2.name"
:label=
"item2.name"
<el-option
v-for=
"item2 in serviceBranchList"
:key=
"item2.name"
:label=
"item2.name"
:value=
"item2.name"
></el-option>
:value=
"item2.name"
></el-option>
</el-select>
</el-select>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"开发负责人"
width=
"1
9
0"
>
<el-table-column
label=
"开发负责人"
width=
"1
5
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-input
v-model=
"scope.row.developer"
></el-input>
<el-input
v-model=
"scope.row.developer"
></el-input>
</
template
>
</
template
>
...
...
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