mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-14 14:19:16 +00:00
fix: number items select not display
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user