fix: number items select not display

This commit is contained in:
wangruidong
2024-05-14 18:55:02 +08:00
committed by w940853815
parent a5f190685b
commit acdc7c6e49

View File

@@ -163,7 +163,7 @@ export default {
const invariantActions = [ const invariantActions = [
{ {
name: 'batch', name: 'batch',
title: this.$t('BatchProcessing', { 'Number': this.selectedRows.length }), title: this.$t('BatchProcessing', { 'number': this.selectedRows.length }),
divided: true, divided: true,
has: function({ selectedRows }) { has: function({ selectedRows }) {
return selectedRows.length > 0 return selectedRows.length > 0