|
@@ -135,12 +135,14 @@
|
|
|
{
|
|
{
|
|
|
title: t('routes.scenes.webSite'),
|
|
title: t('routes.scenes.webSite'),
|
|
|
dataIndex: 'webSite',
|
|
dataIndex: 'webSite',
|
|
|
|
|
+ ellipsis: false,
|
|
|
slots: { customRender: 'link' },
|
|
slots: { customRender: 'link' },
|
|
|
width: 180,
|
|
width: 180,
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
title: t('routes.scenes.appListPicUrl'),
|
|
title: t('routes.scenes.appListPicUrl'),
|
|
|
dataIndex: 'thumb',
|
|
dataIndex: 'thumb',
|
|
|
|
|
+ ellipsis: true,
|
|
|
slots: { customRender: 'cover' },
|
|
slots: { customRender: 'cover' },
|
|
|
width: 150,
|
|
width: 150,
|
|
|
},
|
|
},
|