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
304fb476
Commit
304fb476
authored
Jun 02, 2021
by
王晓铜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'xiaotong'
parents
9b41e86b
b96c0a87
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
191 additions
and
159 deletions
+191
-159
EditScene.vue
src/views/auto/EditScene.vue
+187
-155
SceneList.vue
src/views/auto/SceneList.vue
+4
-4
No files found.
src/views/auto/EditScene.vue
View file @
304fb476
This diff is collapsed.
Click to expand it.
src/views/auto/SceneList.vue
View file @
304fb476
...
@@ -15,10 +15,10 @@
...
@@ -15,10 +15,10 @@
<!--
<el-table-column
prop=
"updateTime"
label=
"修改时间"
width=
"200px"
></el-table-column>
-->
<!--
<el-table-column
prop=
"updateTime"
label=
"修改时间"
width=
"200px"
></el-table-column>
-->
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
<slot
slot-scope=
"scope"
>
<slot
slot-scope=
"scope"
>
<el-button
type=
"success"
icon=
"el-icon-link"
@
click=
"executeSceneFrom(scope.row)
"
>
执行
</el-button>
<el-button
type=
"success"
size=
"medium"
icon=
"el-icon-link"
@
click=
"executeSceneFrom(scope.row)"
style=
"width:80px;margin-left:1px
"
>
执行
</el-button>
<el-button
type=
"warning"
icon=
"el-icon-edit"
@
click=
"editeSceneFrom(scope.row)
"
>
编辑场景
</el-button>
<el-button
type=
"warning"
size=
"medium"
icon=
"el-icon-edit"
@
click=
"editeSceneFrom(scope.row)"
style=
"width:110px;margin-left:1px
"
>
编辑场景
</el-button>
<el-button
type=
"warning"
icon=
"el-icon-edit"
@
click=
"editeSceneCaseFrom(scope.row)
"
>
编辑场景用例
</el-button>
<el-button
type=
"warning"
size=
"medium"
icon=
"el-icon-edit"
@
click=
"editeSceneCaseFrom(scope.row)"
style=
"width:135px;margin-left:1px
"
>
编辑场景用例
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-circle-check"
@
click=
"checkReport(scope.row)
"
>
查看报告
</el-button>
<el-button
type=
"primary"
size=
"medium"
icon=
"el-icon-circle-check"
@
click=
"checkReport(scope.row)"
style=
"width:110px;margin-left:1px
"
>
查看报告
</el-button>
<!--
<el-button
type=
"danger"
icon=
"el-icon-delete"
@
click=
"deleSceneFrom(scope.row)"
>
删除
</el-button>
-->
<!--
<el-button
type=
"danger"
icon=
"el-icon-delete"
@
click=
"deleSceneFrom(scope.row)"
>
删除
</el-button>
-->
</slot>
</slot>
</el-table-column>
</el-table-column>
...
...
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