业绩管理模块的静态样式

This commit is contained in:
2025-07-06 22:25:17 +08:00
parent 06debc411c
commit c3b2fcd433
18 changed files with 1317 additions and 233 deletions

View File

@ -91,6 +91,13 @@
>
删除
</a-button>
<a-button
size="small"
primary
>
退款
</a-button>
</a-space>
</template>
</template>
@ -155,6 +162,19 @@ const columns = [
width: 75,
align: 'center'
},
{
title: '用户ID',
dataIndex: 'userId',
width: 90,
key: 'userId',
align: 'center'
},{
title: '课程ID',
dataIndex: 'courseId',
width: 90,
key: 'courseId',
align: 'center'
},
{
title: '课程名称',
dataIndex: 'name',
@ -232,7 +252,7 @@ const columns = [
title: '操作',
key: 'action',
fixed: 'right',
width: 95,
width: 130,
align: 'center'
}
];