下载证据

This commit is contained in:
THK3121 2023-09-09 14:02:31 +08:00
parent 60a009458a
commit f352372303
2 changed files with 6 additions and 0 deletions

View File

@ -91,6 +91,7 @@
>查看</router-link
>
</el-button>
<!-- <el-button type="primary" link @click="test(row.id)">
查看
</el-button> -->

View File

@ -99,6 +99,11 @@
>详情</router-link
>
</el-button>
<el-button v-if="row.status >= 3" type="primary" link>
<a :href="JSON.parse(row.contract_evidence).party_a"
>下载证据</a
>
</el-button>
</template>
</el-table-column>
</el-table>