检测计划列表
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user