婚丧嫁娶

This commit is contained in:
yanran200730
2021-12-15 16:30:37 +08:00
parent 62681fee0c
commit af161676dd
3 changed files with 232 additions and 1 deletions

View File

@@ -28,7 +28,7 @@
:size.sync="search.size"
@selection-change="v => (ids = v.map((e) => e.id))"
@getList="getList">
<el-table-column style="padding: 0!important;" slot="options" width="120px" fixed="right" label="操作" align="center">
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }">
<div class="table-options" style="padding-right: 30px;">
<el-button type="text" @click="remove(row.id)">删除</el-button>