不等比缩放

This commit is contained in:
X1627315083
2024-05-28 11:22:16 +08:00
parent 89b485048b
commit 6b4c52c645
7 changed files with 68 additions and 24 deletions

View File

@@ -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,
},
];
});