|
@@ -111,18 +111,19 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button
|
|
<el-button
|
|
type="text"
|
|
type="text"
|
|
- class="textColor"
|
|
|
|
|
|
+ size="mini"
|
|
v-if="$checkBtnRole('edit', $route.meta.roles)"
|
|
v-if="$checkBtnRole('edit', $route.meta.roles)"
|
|
@click="editFn(scope.row.id)"
|
|
@click="editFn(scope.row.id)"
|
|
>编辑</el-button
|
|
>编辑</el-button
|
|
>
|
|
>
|
|
- <el-button type="text" class="textColor" @click="logFn(scope.row.id)">记录</el-button>
|
|
|
|
|
|
+ <el-button type="text" size="mini" @click="logFn(scope.row.id)">记录</el-button>
|
|
<el-popconfirm
|
|
<el-popconfirm
|
|
|
|
+ class="import-btn"
|
|
@onConfirm="deleFn(scope.row.id)"
|
|
@onConfirm="deleFn(scope.row.id)"
|
|
v-if="$checkBtnRole('del', $route.meta.roles)"
|
|
v-if="$checkBtnRole('del', $route.meta.roles)"
|
|
title="这是一段内容确定删除吗?"
|
|
title="这是一段内容确定删除吗?"
|
|
>
|
|
>
|
|
- <el-button type="text" class="textColor" slot="reference">删除</el-button>
|
|
|
|
|
|
+ <el-button type="text" size="mini" slot="reference">删除</el-button>
|
|
</el-popconfirm>
|
|
</el-popconfirm>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -575,4 +576,4 @@ export default {
|
|
// padding: 12px;
|
|
// padding: 12px;
|
|
// }
|
|
// }
|
|
</style>
|
|
</style>
|
|
->
|
|
|
|
|
|
+
|