fix
This commit is contained in:
@@ -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,18 +177,14 @@ export default defineComponent({
|
||||
key: "givenName",
|
||||
width:100,
|
||||
},
|
||||
{
|
||||
title: 'Create Time',
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
// width: 150,
|
||||
// minWidth: 100,
|
||||
// maxWidth: 200,
|
||||
// resizable: true,
|
||||
dataIndex: "createTime",
|
||||
key: "createTime",
|
||||
width:200,
|
||||
},
|
||||
// {
|
||||
// title: 'Create Time',
|
||||
// align: "center",
|
||||
// ellipsis: true,
|
||||
// dataIndex: "createTime",
|
||||
// key: "createTime",
|
||||
// width:200,
|
||||
// },
|
||||
{
|
||||
title: 'Credits',
|
||||
align: "center",
|
||||
|
||||
Reference in New Issue
Block a user