mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-13 21:59:14 +00:00
fix: number items select not display
This commit is contained in:
@@ -163,7 +163,7 @@ export default {
|
||||
const invariantActions = [
|
||||
{
|
||||
name: 'batch',
|
||||
title: this.$t('BatchProcessing', { 'Number': this.selectedRows.length }),
|
||||
title: this.$t('BatchProcessing', { 'number': this.selectedRows.length }),
|
||||
divided: true,
|
||||
has: function({ selectedRows }) {
|
||||
return selectedRows.length > 0
|
||||
|
Reference in New Issue
Block a user