|
|
@@ -267,7 +267,6 @@ a {
|
|
|
>人<br />
|
|
|
</span>
|
|
|
已填报:<a
|
|
|
- :href="scope.row.fileurl"
|
|
|
target="_blank"
|
|
|
@click="analyseData('finish', scope.row.id)"
|
|
|
><span>{{
|
|
|
@@ -276,7 +275,6 @@ a {
|
|
|
>人<br />
|
|
|
<span v-if="scope.row.receiver_ids">
|
|
|
未填报:<a
|
|
|
- :href="scope.row.fileurl"
|
|
|
target="_blank"
|
|
|
@click="analyseData('unfinish', scope.row.id)"
|
|
|
><span>{{ scope.row.unfinish_ids.length }}</span></a
|