fix(测试跟踪): 添加用例查看按钮

--bug=1024404 --user=宋昌昌 【测试跟踪】项目未开启测试用例自定义ID-新建用例-保存-ID显示暂无 https://www.tapd.cn/55049933/s/1353426
This commit is contained in:
song-cc-rock 2023-03-21 13:50:10 +08:00 committed by 刘瑞斌
parent e9c5ddbe0f
commit 7cd1ead0b2
1 changed files with 6 additions and 0 deletions

View File

@ -443,6 +443,12 @@ export default {
],
operators: [],
simpleOperators: [
{
tip: this.$t('commons.view'),
isTextButton: true,
exec: this.handleEdit,
permissions: ['PROJECT_TRACK_CASE:READ']
},
{
tip: this.$t('commons.copy'),
isTextButton: true,