src/views/customerService/expiryAfterSales/index.vue
@@ -36,7 +36,7 @@ </div> <div class="table_actions"> <el-button type="primary" @click="openForm('add')">新增</el-button> <el-button type="danger" @click="handleDelete">删除</el-button> <el-button type="danger" @click="handleDelete" v-hasPermi="['customerService:expiryAfterSales:remove']">删除</el-button> </div> </div>