[update] 部分问题调整
This commit is contained in:
@@ -50,6 +50,7 @@
|
||||
size="middle"
|
||||
bordered
|
||||
rowKey="id"
|
||||
:loading="userInfo.loading"
|
||||
:scroll="{x: true,y:286}"
|
||||
:columns="userInfo.columns"
|
||||
:dataSource="userInfo.dataSource"
|
||||
@@ -216,6 +217,7 @@ export default {
|
||||
},
|
||||
// 用户信息相关
|
||||
userInfo: {
|
||||
loading: false,
|
||||
columns: [
|
||||
{
|
||||
dataIndex: 'username',
|
||||
|
||||
Reference in New Issue
Block a user