|
@@ -189,7 +189,7 @@ const rowSelection = ref({
|
|
|
if (typeof props.count !== "number" || props.count >= newKeys.length) {
|
|
if (typeof props.count !== "number" || props.count >= newKeys.length) {
|
|
|
rowSelection.value.selectedRowKeys = newKeys;
|
|
rowSelection.value.selectedRowKeys = newKeys;
|
|
|
} else {
|
|
} else {
|
|
|
- Message.error(ui18n.t("material.selectCount", props));
|
|
|
|
|
|
|
+ Message.error(ui18n.t("material.selectErr", props));
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
hideSelectAll: true,
|
|
hideSelectAll: true,
|