|
@@ -27,9 +27,8 @@
|
|
|
</template>
|
|
|
|
|
|
<template #menu="{size,row,index}">
|
|
|
- <el-button @click="tip(row,index)"
|
|
|
+ <el-button @click="rowDel(row)"
|
|
|
icon="el-icon-delete"
|
|
|
- v-if="row.categoryName != '隐私协议' && row.categoryName != '用户协议'"
|
|
|
type="text"
|
|
|
:size="size">删除</el-button>
|
|
|
</template>
|