This commit is contained in:
weipengfei 2023-09-09 17:01:27 +08:00
commit 9b0da0609f
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>