b21484ff by lihua

fix:查看下载

1 parent 5dbbdbaf
...@@ -114,7 +114,7 @@ const tableInfo = ref({ ...@@ -114,7 +114,7 @@ const tableInfo = ref({
114 if (action == 'download') { 114 if (action == 'download') {
115 let index = arrBtns.findIndex(a => a.value == 'read'); 115 let index = arrBtns.findIndex(a => a.value == 'read');
116 if (index > -1) { 116 if (index > -1) {
117 arrBtns[index] = { label: '查看', value: 'readAndDown', click: btnHanldesMap[action] }; 117 arrBtns[index] = { label: '查看', value: 'readAndDown', click: btnHanldesMap['readAndDown'] };
118 continue; 118 continue;
119 } 119 }
120 } 120 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!