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
6fd1f1f0
Commit
6fd1f1f0
authored
Jul 06, 2021
by
晓彤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新菜单
parent
195947f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Notify.vue
src/views/jira/Notify.vue
+5
-5
No files found.
src/views/jira/Notify.vue
View file @
6fd1f1f0
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<el-card>
<el-card>
<!-- 顶部搜索栏 -->
<!-- 顶部搜索栏 -->
<div
class=
"top"
>
<div
class=
"top"
>
<el-button
type=
"primary"
icon=
"el-icon-circle-plus-outline"
@
click=
"addPipeline"
>
新增
</el-button>
<el-button
type=
"primary"
icon=
"el-icon-circle-plus-outline"
@
click=
"addPipeline"
v-permission=
"('qa:process:add')"
>
新增
</el-button>
</div>
</div>
<el-table
:data=
"dingRobotList"
border
style=
"width: 100%"
>
<el-table
:data=
"dingRobotList"
border
style=
"width: 100%"
>
...
@@ -22,10 +22,10 @@
...
@@ -22,10 +22,10 @@
<el-table-column
prop=
"dingRobot.createTime"
label=
"创建时间"
width=
"180px"
></el-table-column>
<el-table-column
prop=
"dingRobot.createTime"
label=
"创建时间"
width=
"180px"
></el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
<slot
slot-scope=
"scope"
>
<slot
slot-scope=
"scope"
>
<el-button
type=
"primary"
size=
"small"
@
click=
"openEditDialog(scope.row)"
>
编辑
</el-button>
<el-button
type=
"primary"
size=
"small"
@
click=
"openEditDialog(scope.row)"
v-permission=
"('qa:process:edit')"
>
编辑
</el-button>
<el-button
type=
"warning"
size=
"small"
@
click=
"openSendSmokingDialog(scope.row)"
>
冒烟测试
</el-button>
<el-button
type=
"warning"
size=
"small"
@
click=
"openSendSmokingDialog(scope.row)"
v-permission=
"('qa:process:smoke')"
>
冒烟测试
</el-button>
<el-button
type=
"success"
size=
"small"
@
click=
"openSendDialog(scope.row)"
>
发送进度
</el-button>
<el-button
type=
"success"
size=
"small"
@
click=
"openSendDialog(scope.row)"
v-permission=
"('qa:process:schedule')"
>
发送进度
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"delProjectRobot(scope.row.dingRobot.id)"
>
删除
</el-button>
<el-button
type=
"danger"
size=
"small"
@
click=
"delProjectRobot(scope.row.dingRobot.id)"
v-permission=
"('qa:process:del')"
>
删除
</el-button>
</slot>
</slot>
</el-table-column>
</el-table-column>
</el-table>
</el-table>
...
...
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