fix(测试跟踪): 查看公共用例库用例时操作只能选切换和对比
--bug=1009841 --user=王孝刚 公共用例库 非创建人和责任人查看公共用例库用例时 操作只能选切换和对比 https://www.tapd.cn/55049933/s/1095406
This commit is contained in:
parent
bb3c3c2b33
commit
61d4f341bb
|
@ -24,6 +24,7 @@
|
||||||
:version-data="versionData"
|
:version-data="versionData"
|
||||||
:current-id="currentTestCaseInfo.id"
|
:current-id="currentTestCaseInfo.id"
|
||||||
:current-project-id="currentProjectId"
|
:current-project-id="currentProjectId"
|
||||||
|
:is-read="true"
|
||||||
@compare="compare" @checkout="checkout" @create="create" @del="del"/>
|
@compare="compare" @checkout="checkout" @create="create" @del="del"/>
|
||||||
<ms-table-button v-if="this.path!=='/test/case/add'"
|
<ms-table-button v-if="this.path!=='/test/case/add'"
|
||||||
id="inputDelay"
|
id="inputDelay"
|
||||||
|
|
Loading…
Reference in New Issue