|
@@ -76,7 +76,7 @@
|
|
@click="handleEdit(record)"
|
|
@click="handleEdit(record)"
|
|
>填报</operation-button>
|
|
>填报</operation-button>
|
|
<!-- <operation-button
|
|
<!-- <operation-button
|
|
- v-show="record.status == 2 || record.status == 7"
|
|
|
|
|
|
+ v-show="record.status == 2"
|
|
@click="handleVerify(record)"
|
|
@click="handleVerify(record)"
|
|
> 审核</operation-button>
|
|
> 审核</operation-button>
|
|
<operation-button
|
|
<operation-button
|