This commit is contained in:
宋伟佳
2021-09-28 15:23:14 +08:00
parent 5effc763a6
commit 9fa99c353e
12 changed files with 378 additions and 83 deletions
@@ -68,6 +68,7 @@
<el-table-column
prop="category"
label="标准/政策"
width="180"
align="center">
<template slot-scope="scope">
<a class="table-jump" @click.stop="handlePreview(scope.row)">{{ scope.row.category }}</a>