This commit is contained in:
LAPTOP-S9RBPPM6\bjxask-2201
2022-06-01 17:35:55 +08:00
parent c474ffca71
commit 952de67751
2 changed files with 12 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
<el-table-column type="selection"></el-table-column>
<el-table-column label="姓名" prop="name" fixed>
<template slot-scope="scope">
<a @click="handleName(scope.row)">{{scope.row.name}}</a>
<span class="previewStyle" @click="handleName(scope.row)">{{scope.row.name}}</span>
</template>
</el-table-column>