|
@@ -71,13 +71,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
<template slot="menuLeft">
|
|
<template slot="menuLeft">
|
|
|
- <el-button type="primary"
|
|
|
|
|
- size="small"
|
|
|
|
|
- icon="el-icon-refresh-right"
|
|
|
|
|
- plain
|
|
|
|
|
- v-if="permission.activerecord_delete"
|
|
|
|
|
- @click="handleRefresh">刷新活动排行榜缓存
|
|
|
|
|
- </el-button>
|
|
|
|
|
<el-button type="danger"
|
|
<el-button type="danger"
|
|
|
size="small"
|
|
size="small"
|
|
|
icon="el-icon-delete"
|
|
icon="el-icon-delete"
|
|
@@ -86,6 +79,13 @@
|
|
|
@click="handleDelete">删 除
|
|
@click="handleDelete">删 除
|
|
|
</el-button>
|
|
</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
+ <template slot="menu" slot-scope="{row, size, type}">
|
|
|
|
|
+ <el-button :type="type"
|
|
|
|
|
+ :size="size"
|
|
|
|
|
+ icon="el-icon-refresh-right"
|
|
|
|
|
+ @click="handleRefresh(row.id)">刷新活动排行榜缓存
|
|
|
|
|
+ </el-button>
|
|
|
|
|
+ </template>
|
|
|
</avue-crud>
|
|
</avue-crud>
|
|
|
</basic-container>
|
|
</basic-container>
|
|
|
</template>
|
|
</template>
|