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