mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
fix hound [SCI-10189]
This commit is contained in:
parent
3f5b0dd30c
commit
d4661fc2c7
1 changed files with 4 additions and 5 deletions
|
@ -124,17 +124,17 @@ export default {
|
|||
flex: 1,
|
||||
headerName: this.i18n.t('projects.index.card.name'),
|
||||
sortable: true,
|
||||
cellRenderer: this.nameRenderer,
|
||||
cellRenderer: this.nameRenderer
|
||||
},
|
||||
{
|
||||
field: 'code',
|
||||
headerName: this.i18n.t('projects.index.card.id'),
|
||||
sortable: true,
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
field: 'created_at',
|
||||
headerName: this.i18n.t('projects.index.card.start_date'),
|
||||
sortable: true,
|
||||
sortable: true
|
||||
},
|
||||
{
|
||||
field: 'users',
|
||||
|
@ -143,8 +143,7 @@ export default {
|
|||
sortable: false,
|
||||
minWidth: 210,
|
||||
notSelectable: true
|
||||
},
|
||||
];
|
||||
}];
|
||||
|
||||
if (this.currentViewMode === 'archived') {
|
||||
columns.push({
|
||||
|
|
Loading…
Reference in a new issue