fix(测试跟踪): 只读用户创建用户测试报告
This commit is contained in:
parent
3ebee20b90
commit
53b2833ee4
|
@ -1 +1 @@
|
|||
Subproject commit 97634ce3182e640371765b8d4233b80340dce0f5
|
||||
Subproject commit b86032cbbda9a9e6028308aa95a887cff2192f1c
|
|
@ -92,7 +92,7 @@
|
|||
<ms-table-operator :is-tester-permission="true" @editClick="handleEdit(scope.row)"
|
||||
@deleteClick="handleDelete(scope.row)">
|
||||
<template v-slot:middle>
|
||||
<ms-table-operator-button type="success" v-if="!scope.row.reportId"
|
||||
<ms-table-operator-button :isTesterPermission="true" type="success" v-if="!scope.row.reportId"
|
||||
:tip="$t('test_track.plan_view.create_report')" icon="el-icon-document"
|
||||
@exec="openTestReportTemplate(scope.row)"/>
|
||||
<ms-table-operator-button type="success" v-if="scope.row.reportId"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 06fc0a321a9886419be5c607ddaa6b40efb5179b
|
||||
Subproject commit 7e4d80cc2b870a8cac6dbb9fe6711ab6041faf6d
|
Loading…
Reference in New Issue