This commit is contained in:
zhutianqi
2021-08-12 13:49:21 +08:00
parent d98a4e0f52
commit 98ee797a42
2 changed files with 2 additions and 2 deletions
@@ -55,7 +55,7 @@
:header-cell-style="{background: '#f8f8f9', color: '#515a6e'}">
<el-table-column
prop="category"
label="标准"
label="标准/政策"
align="center">
<template slot-scope="scope">
<a class="table-jump" @click.stop="handlePreview(scope.row)">{{ scope.row.category }}</a>