|
@@ -132,7 +132,7 @@
|
|
{
|
|
{
|
|
title: t('routes.scene.amount'),
|
|
title: t('routes.scene.amount'),
|
|
dataIndex: 'amount',
|
|
dataIndex: 'amount',
|
|
- width: 180,
|
|
|
|
|
|
+ width: 210,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
return (
|
|
return (
|
|
record.algorithmTime &&
|
|
record.algorithmTime &&
|
|
@@ -151,7 +151,7 @@
|
|
{
|
|
{
|
|
title: t('routes.scene.sceneSize'),
|
|
title: t('routes.scene.sceneSize'),
|
|
dataIndex: 'sceneSize',
|
|
dataIndex: 'sceneSize',
|
|
- width: 80,
|
|
|
|
|
|
+ width: 120,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
return (record.sceneSize && record.sceneSize != 0)?h(
|
|
return (record.sceneSize && record.sceneSize != 0)?h(
|
|
'span',
|
|
'span',
|
|
@@ -163,7 +163,7 @@
|
|
{
|
|
{
|
|
title: t('routes.scene.isCopy'),
|
|
title: t('routes.scene.isCopy'),
|
|
dataIndex: 'isCopy',
|
|
dataIndex: 'isCopy',
|
|
- width: 100,
|
|
|
|
|
|
+ width: 130,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
return record.isCopy?t('common.yes'):t('common.no')
|
|
return record.isCopy?t('common.yes'):t('common.no')
|
|
}
|
|
}
|
|
@@ -171,7 +171,7 @@
|
|
{
|
|
{
|
|
title: t('routes.scene.copyTime'),
|
|
title: t('routes.scene.copyTime'),
|
|
dataIndex: 'copyTime',
|
|
dataIndex: 'copyTime',
|
|
- width: 100,
|
|
|
|
|
|
+ width: 140,
|
|
customRender: ({ record }) => {
|
|
customRender: ({ record }) => {
|
|
return (
|
|
return (
|
|
record.copyTime &&
|
|
record.copyTime &&
|
|
@@ -185,7 +185,7 @@
|
|
{
|
|
{
|
|
title: t('routes.scene.userName'),
|
|
title: t('routes.scene.userName'),
|
|
dataIndex: 'userName',
|
|
dataIndex: 'userName',
|
|
- width: 100,
|
|
|
|
|
|
+ width: 140,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: t('routes.scene.viewCount'),
|
|
title: t('routes.scene.viewCount'),
|