fix: size="mini" & type="text"过时

This commit is contained in:
dhb52
2023-04-09 13:08:19 +08:00
parent daa124a478
commit 4465220ed7
7 changed files with 31 additions and 16 deletions

View File

@ -65,7 +65,7 @@
<el-table-column label="流程标识" align="center" prop="key" width="200" />
<el-table-column label="流程名称" align="center" prop="name" width="200">
<template #default="scope">
<el-button type="text" @click="handleBpmnDetail(scope.row)">
<el-button type="primary" link @click="handleBpmnDetail(scope.row)">
<span>{{ scope.row.name }}</span>
</el-button>
</template>