部分优化

This commit is contained in:
X1627315083
2025-09-08 14:50:59 +08:00
parent 4dc5e26d92
commit 360bfd01ac
51 changed files with 854 additions and 354 deletions

View File

@@ -137,14 +137,14 @@ export default defineComponent({
return str;
},
},
// {
// title: 'Frequency',
// align: "center",
// ellipsis: true,
// dataIndex: "designTimes",
// key: "designTimes",
// width:100,
// },
{
title: 'Frequency',
align: "center",
ellipsis: true,
dataIndex: "designTimes",
key: "designTimes",
width:100,
},
{
title: 'Country',
align: "center",
@@ -177,14 +177,14 @@ export default defineComponent({
key: "givenName",
width:100,
},
// {
// title: 'Create Time',
// align: "center",
// ellipsis: true,
// dataIndex: "createTime",
// key: "createTime",
// width:200,
// },
{
title: 'Create Time',
align: "center",
ellipsis: true,
dataIndex: "createTime",
key: "createTime",
width:200,
},
{
title: 'Credits',
align: "center",