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
3fd8ea4f
Commit
3fd8ea4f
authored
Dec 28, 2021
by
王晓铜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新样式
parent
cfe2f208
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
36 deletions
+18
-36
DetailTestDescription.vue
src/views/qa/DetailTestDescription.vue
+9
-21
TestDescription.vue
src/views/qa/TestDescription.vue
+9
-15
No files found.
src/views/qa/DetailTestDescription.vue
View file @
3fd8ea4f
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-card>
<el-card>
<div
style=
"font-size:18px;color:303133"
>
提测说明详情
</div>
<div
style=
"font-size:18px;color:303133"
>
提测说明详情
</div>
<el-button
type=
"
text
"
size=
"medium"
icon=
"el-icon-edit"
style=
"margin-left:1250px;font-size:15px;"
<el-button
type=
"
primary
"
size=
"medium"
icon=
"el-icon-edit"
style=
"margin-left:1250px;font-size:15px;"
@
click=
"editDetail"
>
@
click=
"editDetail"
>
<span>
编辑
</span>
<span>
编辑
</span>
</el-button>
</el-button>
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<el-form-item
label=
"接口地址:"
>
<el-form-item
label=
"接口地址:"
>
<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:95%"
:rows=
"8"
:disabled=
"true"
></el-input>
<el-input
type=
"textarea"
v-model=
"scope"
style=
"width:95%"
:rows=
"8"
:disabled=
"true"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
...
@@ -93,11 +93,9 @@
...
@@ -93,11 +93,9 @@
<el-input
v-model=
"scope.row.developer"
></el-input>
<el-input
v-model=
"scope.row.developer"
></el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
5
0"
>
<el-table-column
label=
"操作"
width=
"
8
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"mini"
@
click=
"serviceAndBranchDelete(scope.$index)"
>
<el-button
type=
"danger"
size=
"mini"
@
click=
"serviceAndBranchDelete(scope.$index)"
>
删除
</el-button>
<span
style=
"color:red"
>
删除
</span>
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -128,11 +126,9 @@
...
@@ -128,11 +126,9 @@
</el-input>
</el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
5
0"
>
<el-table-column
label=
"操作"
width=
"
8
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"mini"
@
click=
"apolloDelete(scope.$index)"
>
<el-button
type=
"danger"
size=
"mini"
@
click=
"apolloDelete(scope.$index)"
>
删除
</el-button>
<span
style=
"color:red"
>
删除
</span>
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -156,11 +152,9 @@
...
@@ -156,11 +152,9 @@
</el-input>
</el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
5
0px"
>
<el-table-column
label=
"操作"
width=
"
8
0px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"mini"
@
click=
"databaseDelete(scope.$index)"
>
<el-button
type=
"danger"
size=
"mini"
@
click=
"databaseDelete(scope.$index)"
>
删除
</el-button>
<span
style=
"color:red"
>
删除
</span>
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -173,7 +167,7 @@
...
@@ -173,7 +167,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"
:rows=
"8"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
:rows=
"8"
></el-input>
</el-form-item>
</el-form-item>
<el-form-item>
<el-form-item>
...
@@ -181,12 +175,6 @@
...
@@ -181,12 +175,6 @@
<el-button
@
click=
"cancelBtn"
>
取 消
</el-button>
<el-button
@
click=
"cancelBtn"
>
取 消
</el-button>
<el-button
type=
"primary"
@
click=
"saveTestDescription"
>
确 定
</el-button>
<el-button
type=
"primary"
@
click=
"saveTestDescription"
>
确 定
</el-button>
</div>
</div>
<!-- <el-container>
<el-footer>
<el-button @click="cancelBtn">取 消</el-button>
<el-button type="primary" @click="saveTestDescription">确 定</el-button>
</el-footer>
</el-container> -->
</el-form-item>
</el-form-item>
</el-form>
</el-form>
</div>
</div>
...
...
src/views/qa/TestDescription.vue
View file @
3fd8ea4f
...
@@ -100,22 +100,20 @@
...
@@ -100,22 +100,20 @@
<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:
55
0px"
>
@
focus=
"focusevent(scope.row.serviceName)"
style=
"width:
40
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
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
5
0"
>
<el-table-column
label=
"操作"
width=
"
8
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"mini"
@
click=
"serviceAndBranchDelete(scope.$index)"
>
<el-button
type=
"danger"
size=
"mini"
@
click=
"serviceAndBranchDelete(scope.$index)"
>
删除
</el-button>
<span
style=
"color:red"
>
删除
</span>
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -146,11 +144,9 @@
...
@@ -146,11 +144,9 @@
</el-input>
</el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
5
0"
>
<el-table-column
label=
"操作"
width=
"
8
0"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"mini"
@
click=
"apolloDelete(scope.$index)"
>
<el-button
type=
"danger"
size=
"mini"
@
click=
"apolloDelete(scope.$index)"
>
删除
</el-button>
<span
style=
"color:red"
>
删除
</span>
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -174,11 +170,9 @@
...
@@ -174,11 +170,9 @@
</el-input>
</el-input>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
width=
"
5
0px"
>
<el-table-column
label=
"操作"
width=
"
8
0px"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"mini"
@
click=
"databaseDelete(scope.$index)"
>
<el-button
type=
"danger"
size=
"mini"
@
click=
"databaseDelete(scope.$index)"
>
删除
</el-button>
<span
style=
"color:red"
>
删除
</span>
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
@@ -191,7 +185,7 @@
...
@@ -191,7 +185,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"
></el-input>
<el-input
v-model=
"addTestDescriptionForm.scope"
type=
"textarea"
></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