Kaynağa Gözat

附件上传修改

lizhenhao 2 yıl önce
ebeveyn
işleme
428df80291
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/common/UpLoadComponentV2.vue

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

@@ -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) {