fix:测试计划界面列表显示问题修复

This commit is contained in:
pfl
2025-06-23 17:35:27 +08:00
parent ca1e8182db
commit 737aaf4482

View File

@@ -123,7 +123,7 @@
placement="top-start"
trigger="hover"
>
<span v-if="scope.row.smokeTest === null">暂无关联用例</span>
<span v-if="scope.row.functionTest === null">暂无关联用例</span>
<div v-else class="custom-content">
<el-row :gutter="10">
<el-col :span="8">
@@ -152,7 +152,7 @@
placement="top-start"
trigger="hover"
>
<span v-if="scope.row.smokeTest === null">暂无关联用例</span>
<span v-if="scope.row.regressionTest === null">暂无关联用例</span>
<div v-else class="custom-content">
<el-row :gutter="10">
<el-col :span="8">
@@ -181,7 +181,7 @@
placement="top-start"
trigger="hover"
>
<span v-if="scope.row.smokeTest === null">暂无关联用例</span>
<span v-if="scope.row.preProductionTest === null">暂无关联用例</span>
<div v-else class="custom-content">
<el-row :gutter="10">
<el-col :span="8">
@@ -210,7 +210,7 @@
placement="top-start"
trigger="hover"
>
<span v-if="scope.row.smokeTest === null">暂无关联用例</span>
<span v-if="scope.row.productionTest === null">暂无关联用例</span>
<div v-else class="custom-content">
<el-row :gutter="10">
<el-col :span="8">