检测计划列表

This commit is contained in:
sjl
2024-12-16 14:09:21 +08:00
parent ae47d429ba
commit d061fc9b32
5 changed files with 100 additions and 85 deletions

View File

@@ -153,7 +153,7 @@ const columns = reactive<ColumnProps<Plan.ReqPlan>[]>([
width: 200,
render: scope => {
return (
<el-link type='primary' link onClick={() => showData(scope.row.errorSysId || '')}>
<el-link type='primary' link onClick={() => showData(scope.row.errorSysName || '')}>
{scope.row.errorSysName}
</el-link>
)