This commit is contained in:
sjl
2025-01-17 14:57:17 +08:00
parent ce47831992
commit 5738594be2
4 changed files with 59 additions and 50 deletions

View File

@@ -168,6 +168,11 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
} : {}),
minWidth: 200,
},
{
prop: 'createTime',
label: '创建时间',
width: 200,
},
{ prop: 'operation', label: '操作', fixed: 'right', width: 200 },
])