

231129 김성훈 매칭통계 수정
@b73e7161b28eca5bef589ab50249b536fa21fa9b
--- client/views/pages/admin/statistics/MatchingStatistics.vue
+++ client/views/pages/admin/statistics/MatchingStatistics.vue
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 |
</tr> |
66 | 66 |
</thead> |
67 | 67 |
<tbody> |
68 |
- <tr v-for="(item, index) in menuVisitData" :key="index"> |
|
68 |
+ <tr v-for="(item, index) in companyStatisticsList" :key="index"> |
|
69 | 69 |
<td>{{ item.company_nm }}</td> |
70 | 70 |
<td>{{ item.succesee_cnt }}</td> |
71 | 71 |
<td>{{ item.failed_cnt }}</td> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?