@@ -25,14 +25,14 @@
>
<!-- 表头工具栏 -->
<template v-slot:action="{ row }">
- <!-- <el-link
+ <el-link
type="primary"
:underline="false"
icon="el-icon-edit"
@click="handleEdit(row)"
修改
- </el-link> -->
+ </el-link>
</template>
</ele-pro-table>