Merge branch 'v4' of github.com:jumpserver/lina into v4

This commit is contained in:
ibuler
2024-05-14 19:17:59 +08:00

View File

@@ -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