style: 任务和字典列表字段靠左
This commit is contained in:
@@ -108,7 +108,7 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: t('views.monitor.job.jobName'),
|
title: t('views.monitor.job.jobName'),
|
||||||
dataIndex: 'jobName',
|
dataIndex: 'jobName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.monitor.job.jobGroup'),
|
title: t('views.monitor.job.jobGroup'),
|
||||||
@@ -119,12 +119,12 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: t('views.monitor.job.invokeTarget'),
|
title: t('views.monitor.job.invokeTarget'),
|
||||||
dataIndex: 'invokeTarget',
|
dataIndex: 'invokeTarget',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.monitor.job.cronExpression'),
|
title: t('views.monitor.job.cronExpression'),
|
||||||
dataIndex: 'cronExpression',
|
dataIndex: 'cronExpression',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.monitor.job.status'),
|
title: t('views.monitor.job.status'),
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: t('views.monitor.jobLog.jobName'),
|
title: t('views.monitor.jobLog.jobName'),
|
||||||
dataIndex: 'jobName',
|
dataIndex: 'jobName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.monitor.jobLog.jobGroup'),
|
title: t('views.monitor.jobLog.jobGroup'),
|
||||||
@@ -134,7 +134,7 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: t('views.monitor.jobLog.invokeTarget'),
|
title: t('views.monitor.jobLog.invokeTarget'),
|
||||||
dataIndex: 'invokeTarget',
|
dataIndex: 'invokeTarget',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.monitor.jobLog.status'),
|
title: t('views.monitor.jobLog.status'),
|
||||||
|
|||||||
@@ -134,33 +134,33 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: t('views.system.dictData.dictCode'),
|
title: t('views.system.dictData.dictCode'),
|
||||||
dataIndex: 'dictCode',
|
dataIndex: 'dictCode',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dictData.dictLabel'),
|
title: t('views.system.dictData.dictLabel'),
|
||||||
dataIndex: 'dictLabel',
|
dataIndex: 'dictLabel',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dictData.dictValue'),
|
title: t('views.system.dictData.dictValue'),
|
||||||
dataIndex: 'dictValue',
|
dataIndex: 'dictValue',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dictData.dictSort'),
|
title: t('views.system.dictData.dictSort'),
|
||||||
dataIndex: 'dictSort',
|
dataIndex: 'dictSort',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dictData.status'),
|
title: t('views.system.dictData.status'),
|
||||||
dataIndex: 'status',
|
dataIndex: 'status',
|
||||||
key: 'status',
|
key: 'status',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dictData.createTime'),
|
title: t('views.system.dictData.createTime'),
|
||||||
dataIndex: 'createTime',
|
dataIndex: 'createTime',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
customRender(opt) {
|
customRender(opt) {
|
||||||
if (+opt.value <= 0) return '';
|
if (+opt.value <= 0) return '';
|
||||||
return parseDateToStr(+opt.value);
|
return parseDateToStr(+opt.value);
|
||||||
|
|||||||
@@ -109,12 +109,12 @@ let tableColumns: ColumnsType = [
|
|||||||
{
|
{
|
||||||
title: t('views.system.dict.dictName'),
|
title: t('views.system.dict.dictName'),
|
||||||
dataIndex: 'dictName',
|
dataIndex: 'dictName',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dict.dictType'),
|
title: t('views.system.dict.dictType'),
|
||||||
dataIndex: 'dictType',
|
dataIndex: 'dictType',
|
||||||
align: 'center',
|
align: 'left',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('views.system.dict.dictSatus'),
|
title: t('views.system.dict.dictSatus'),
|
||||||
|
|||||||
Reference in New Issue
Block a user