|
@@ -620,7 +620,7 @@
|
|
|
},
|
|
|
// 行点击事件
|
|
|
tableRowClick (row, column) {
|
|
|
- if (column.label !== '备注') {
|
|
|
+ if (column.label !== '备注' && column.label !== '文件名称' && column.label !== '操作') {
|
|
|
let _this = this
|
|
|
const waitForEach = function () {
|
|
|
return new Promise(function (resolve, reject) {
|