Merge branch 'dev' of https://gitea.lihaink.cn/mkm/TaskSystem-admin
This commit is contained in:
commit
9b0da0609f
@ -91,6 +91,7 @@
|
|||||||
>查看</router-link
|
>查看</router-link
|
||||||
>
|
>
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|
||||||
<!-- <el-button type="primary" link @click="test(row.id)">
|
<!-- <el-button type="primary" link @click="test(row.id)">
|
||||||
查看
|
查看
|
||||||
</el-button> -->
|
</el-button> -->
|
||||||
|
@ -99,6 +99,11 @@
|
|||||||
>详情</router-link
|
>详情</router-link
|
||||||
>
|
>
|
||||||
</el-button>
|
</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>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user