@@ -90,13 +90,8 @@
loginName: '',
});
- const columns = computed(() => {
+ const columns = computed<TableColumnData[]>(() => {
return [
- // {
- // title: '任务ID',
- // dataIndex: 'id',
- // width: 80,
- // },
{
title: '账号',
dataIndex: 'loginName',