流程页面添加标准号和标准名称跳转

This commit is contained in:
宋伟佳
2021-08-06 09:39:14 +08:00
parent bb761254cc
commit 5ffa81c986
23 changed files with 154 additions and 7 deletions
@@ -82,12 +82,18 @@
align="center"
label="中文名称"
>
<template slot-scope="scope">
<a @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standName }}</a>
</template>
</el-table-column>
<el-table-column
prop="standEnName"
label="英文名称"
align="center"
>
<template slot-scope="scope">
<a @click="handlePreview(scope.row)" class="table-jump">{{ scope.row.standEnName }}</a>
</template>
</el-table-column>
<el-table-column
prop="ssrq"