chore: 优化 table.vue 代码结构
This commit is contained in:
@@ -94,7 +94,5 @@ export default {
|
||||
|
||||
:::
|
||||
|
||||
|
||||
|
||||
::: previousNext transfer
|
||||
:::
|
||||
@@ -286,17 +286,20 @@ export default {
|
||||
width:"200px",
|
||||
titleSlot: "username-title",
|
||||
customSlot:"username",
|
||||
key:"username"
|
||||
key:"username",
|
||||
align: "left"
|
||||
},{
|
||||
title:"密码",
|
||||
width: "180px",
|
||||
customSlot:"password",
|
||||
key:"password"
|
||||
key:"password",
|
||||
align: "center"
|
||||
},{
|
||||
title:"年龄",
|
||||
width: "180px",
|
||||
key:"age",
|
||||
sort: true
|
||||
sort: true,
|
||||
align: "right"
|
||||
},{
|
||||
title:"操作",
|
||||
width: "180px",
|
||||
|
||||
Reference in New Issue
Block a user