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