下载证据
This commit is contained in:
parent
60a009458a
commit
f352372303
@ -91,6 +91,7 @@
|
||||
>查看</router-link
|
||||
>
|
||||
</el-button>
|
||||
|
||||
<!-- <el-button type="primary" link @click="test(row.id)">
|
||||
查看
|
||||
</el-button> -->
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user