|
@@ -2,7 +2,7 @@
|
|
|
* @Author : yuanrunwei
|
|
|
* @Date : 2021-11-01 18:02:58
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
- * @LastEditTime: 2022-01-12 13:58:02
|
|
|
+ * @LastEditTime: 2022-01-14 11:31:39
|
|
|
* @FilePath : /spfm-market-front/src/pages/main/performance/components/table.vue
|
|
|
-->
|
|
|
<template>
|
|
@@ -67,7 +67,7 @@
|
|
|
<span
|
|
|
v-for="(item, index) in scope.row[props].split(',')"
|
|
|
:key="index"
|
|
|
- @click="downloadFile(item)"
|
|
|
+ @click="downloadFile({index,rows:scope.row})"
|
|
|
class="simple-table-click cursor-pointer margin-left-10"
|
|
|
>
|
|
|
{{ item }}
|