|
|
@@ -11,7 +11,7 @@
|
|
|
>
|
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:toolbar>
|
|
|
- <el-button type="primary" @click="handelEdit('新建')">新建</el-button>
|
|
|
+ <el-button type="primary" size="small" @click="handelEdit('新建')">新建</el-button>
|
|
|
<el-button
|
|
|
size="small"
|
|
|
type="primary"
|
|
|
@@ -23,6 +23,7 @@
|
|
|
</template>
|
|
|
<template v-slot:action="{ row }">
|
|
|
<el-link type="primary" @click="handelDetail(row)">详情</el-link>
|
|
|
+ <el-link type="primary" icon="el-icon-edit" @click="handelEdit('编辑')">编辑</el-link>
|
|
|
</template>
|
|
|
</ele-pro-table>
|
|
|
</el-card>
|