Browse Source

修改撤回

daiqisheng 3 years ago
parent
commit
abb54a58e5
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/pages/main/performance/components/table.vue

+ 4 - 4
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-14 11:31:39
+ * @LastEditTime: 2022-01-18 11:08:59
  * @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>
@@ -119,7 +119,7 @@
             <el-popconfirm
               v-if="popconfirm"
               :title="`确定要${label}吗?`"
-              @onConfirm="handleClick(props, scope.row)"
+              @confirm="handleClick(props, scope.row)"
               @cancel="handleCancel"
             >
               <el-button slot="reference" type="text" size="small">{{