草稿点击可跳转

This commit is contained in:
shenyanpei
2021-11-19 09:38:34 +08:00
parent 82bb9589c2
commit 7f64dcd9b6
2 changed files with 3 additions and 3 deletions
@@ -82,7 +82,7 @@
align="center"
>
<template slot-scope="scope">
{{ scope.row.prcName || getPrcName(scope.row.prcType) }}
<a @click="dealWith(scope.row)" class="table-jump">{{ scope.row.prcName|| getPrcName(scope.row.prcType) }}</a>
</template>
</el-table-column>
<!-- <el-table-column-->