This commit is contained in:
sjl
2024-12-11 20:24:00 +08:00
parent 2459fc1848
commit 47883ce426
3 changed files with 71 additions and 80 deletions

View File

@@ -111,7 +111,7 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
<el-link type='primary' link onClick={() => showTestSource(scope.row.sourceName)}>
{scope.row.sourceName}
</el-link>
<moreButtons isShow={isVisible(scope.row)} ></moreButtons>
<moreButtons isShow={isVisible(scope.row)} ></moreButtons>
</div>
)
},