mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
Merge branch 'v4' of github.com:jumpserver/lina into v4
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