增加ID列

This commit is contained in:
2025-09-22 16:21:36 +08:00
parent fe0409fe4e
commit 7b73014ab0
2 changed files with 2 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
class="plan-list-table"
:fit="true"
:scrollbar-always-on="true">
<el-table-column prop="id" label="计划ID" min-width="60" />
<el-table-column prop="name" label="计划名称" min-width="120" />
<el-table-column prop="description" label="计划描述" min-width="150" />
<el-table-column prop="execution_type" label="执行类型" min-width="150">