@@ -841,7 +841,7 @@ export default {
if (!target.classList.contains('select-td')) {
- if(ctrlKey){
+ if(ctrlKey||metaKey){
target.classList.add("select-td");
this.checkList.push({
tr: target.getAttribute('trindex') || target1.getAttribute('trindex'),