fix: 申请信息
This commit is contained in:
@@ -406,7 +406,7 @@ export function useGridColumns(
|
|||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'applicant',
|
field: 'applicantName',
|
||||||
title: $t('license.applicant'),
|
title: $t('license.applicant'),
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
@@ -417,7 +417,7 @@ export function useGridColumns(
|
|||||||
formatter: 'formatDateTime',
|
formatter: 'formatDateTime',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
field: 'approver',
|
field: 'approverName',
|
||||||
title: $t('license.approver'),
|
title: $t('license.approver'),
|
||||||
minWidth: 120,
|
minWidth: 120,
|
||||||
},
|
},
|
||||||
@@ -464,7 +464,7 @@ export function useGridColumns(
|
|||||||
{
|
{
|
||||||
code: 'apply',
|
code: 'apply',
|
||||||
text: $t('license.apply'),
|
text: $t('license.apply'),
|
||||||
show: hasAccessByCodes(['license:license:update']),
|
show: hasAccessByCodes(['license:license:apply']),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
code: 'delete',
|
code: 'delete',
|
||||||
|
|||||||
Reference in New Issue
Block a user