fix(测试跟踪): UI列表点击ID跳转跳转有误

--bug=1018250 --user=宋昌昌 【测试跟踪】测试计划-UI用例列表-点击ID-跳转网页非场景详情页面 https://www.tapd.cn/55049933/s/1275183
This commit is contained in:
song-cc-rock 2022-10-24 19:42:59 +08:00 committed by jianxing
parent fabb7a9e20
commit cf1fd21971
5 changed files with 6 additions and 7 deletions

View File

@ -67,7 +67,6 @@
<div>
<el-upload
multiple
:limit="8"
action=""
:auto-upload="true"
:file-list="fileList"

View File

@ -142,8 +142,8 @@ export default {
</script>
<style scoped>
.el-table >>> td:nth-child(2) .cell,.el-table >>> td:nth-child(2),
.el-table >>> td:nth-child(3) .cell,.el-table >>> td:nth-child(3) {
.el-table :deep(td:nth-child(2) .cell),.el-table :deep(td:nth-child(2)),
.el-table :deep(td:nth-child(3) .cell),.el-table :deep(td:nth-child(3)) {
padding: 0;
}

View File

@ -108,7 +108,6 @@
<div>
<el-upload
multiple
:limit="8"
action=""
:auto-upload="true"
:file-list="fileList"

View File

@ -242,7 +242,8 @@ export default {
}, {
tip: this.$t('commons.copy'), icon: "el-icon-copy-document", type: "success",
exec: this.handleCopy,
isDisable: this.btnDisable
isDisable: this.btnDisable,
permissions: ['PROJECT_TRACK_ISSUE:READ+DELETE']
}, {
tip: this.$t('commons.delete'), icon: "el-icon-delete", type: "danger",
exec: this.handleDelete,

View File

@ -582,8 +582,8 @@ export default {
},
openById(item) {
let automationData = this.$router.resolve({
name: 'uiAutomation',
params: {
path: '/ui/automation',
query: {
redirectID: getUUID(),
dataType: "scenario",
dataSelectRange: 'edit:' + item.caseId,