feat: 任务列表增加任务ID列
数据处理列表与调优列表统一新增任务ID列,并将数据处理示例数据 ID 更新为更贴近真实的长整型。
This commit is contained in:
@@ -126,6 +126,7 @@ onUnmounted(() => {
|
||||
@refresh="loadData"
|
||||
>
|
||||
<template #columns>
|
||||
<el-table-column label="任务ID" prop="id" align="center" width="100" />
|
||||
<el-table-column
|
||||
label="任务名称"
|
||||
prop="name"
|
||||
|
||||
Reference in New Issue
Block a user