'align-left'
This commit is contained in:
@@ -98,35 +98,29 @@ const tableProps = [
|
||||
// },
|
||||
{
|
||||
prop: 'className',
|
||||
label: i18n.t('module.teamManager.teamInfo.className'),
|
||||
align: 'center'
|
||||
label: i18n.t('module.teamManager.teamInfo.className')
|
||||
},
|
||||
{
|
||||
prop: 'classCode',
|
||||
label: i18n.t('module.teamManager.teamInfo.classCode'),
|
||||
align: 'center'
|
||||
label: i18n.t('module.teamManager.teamInfo.classCode')
|
||||
},
|
||||
{
|
||||
prop: 'planTeamName',
|
||||
label: i18n.t('module.teamManager.teamInfo.planTeamName'),
|
||||
align: 'center'
|
||||
label: i18n.t('module.teamManager.teamInfo.planTeamName')
|
||||
},
|
||||
{
|
||||
prop: 'planPreTeamName',
|
||||
label: i18n.t('module.teamManager.teamInfo.planPreTeamName'),
|
||||
align: 'center'
|
||||
label: i18n.t('module.teamManager.teamInfo.planPreTeamName')
|
||||
},
|
||||
{
|
||||
prop: 'planHandoverTime',
|
||||
label: i18n.t('module.teamManager.teamInfo.onlineTime'),
|
||||
filter: timeFormatter,
|
||||
align: 'center'
|
||||
filter: timeFormatter
|
||||
},
|
||||
{
|
||||
prop: 'planOfflineTime',
|
||||
label: i18n.t('module.teamManager.teamInfo.offlineTime'),
|
||||
filter: timeFormatter,
|
||||
align: 'center'
|
||||
filter: timeFormatter
|
||||
}
|
||||
// {
|
||||
// prop: 'workStatus',
|
||||
|
||||
Reference in New Issue
Block a user