业绩管理模块的静态样式
This commit is contained in:
@ -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'
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user