不等比缩放
This commit is contained in:
@@ -81,6 +81,7 @@ export default defineComponent({
|
||||
title: 'Email',
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
|
||||
width: 100,
|
||||
dataIndex: "email",
|
||||
key: "email",
|
||||
@@ -90,6 +91,7 @@ export default defineComponent({
|
||||
align: "center",
|
||||
width: 70,
|
||||
dataIndex: "updateTime",
|
||||
|
||||
key: "updateTime",
|
||||
// customRender: (record: any) => {
|
||||
// let time = formatTime(
|
||||
@@ -103,6 +105,7 @@ export default defineComponent({
|
||||
title: 'State',
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
|
||||
width: 70,
|
||||
dataIndex: "status",
|
||||
key: "status",
|
||||
@@ -122,6 +125,7 @@ export default defineComponent({
|
||||
title: 'Address',
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
|
||||
width: 70,
|
||||
dataIndex: "country",
|
||||
key: "country",
|
||||
@@ -130,6 +134,7 @@ export default defineComponent({
|
||||
title: 'Surname',
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
|
||||
width: 70,
|
||||
dataIndex: "surname",
|
||||
key: "surname",
|
||||
@@ -138,6 +143,7 @@ export default defineComponent({
|
||||
title: 'Name',
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
|
||||
width: 70,
|
||||
dataIndex: "userName",
|
||||
key: "userName",
|
||||
@@ -150,6 +156,7 @@ export default defineComponent({
|
||||
width: 70,
|
||||
// slots:{customRender:'action'}
|
||||
Operations: true,
|
||||
|
||||
},
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user