Browse Source

附件上传修改

lizhenhao 2 years ago
parent
commit
428df80291
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/common/UpLoadComponentV2.vue

+ 1 - 1
src/views/common/UpLoadComponentV2.vue

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