daiqisheng пре 3 година
родитељ
комит
e3ea7ff3b3
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/pages/main/performance/components/table.vue

+ 3 - 3
src/pages/main/performance/components/table.vue

@@ -2,7 +2,7 @@
  * @Author       : yuanrunwei
  * @Date         : 2021-11-01 18:02:58
  * @LastEditors: Please set LastEditors
- * @LastEditTime: 2022-01-18 11:08:59
+ * @LastEditTime: 2022-01-18 11:23:16
  * @FilePath     : /spfm-market-front/src/pages/main/performance/components/table.vue
 -->
 <template>
@@ -67,8 +67,8 @@
             <div
               v-for="({ fileName }, index) in scope.row[props]"
               :key="index"
-              @click="downloadFile({ index, rows: scope.row })"
-              class="simple-table-click cursor-pointer margin-left-10"
+              @click="downloadFile({index,rows:scope.row})"
+               class="simple-table-click cursor-pointer margin-left-10"
             >
               {{ fileName }}
             </div>