This commit is contained in:
yanran200730
2021-12-22 10:53:51 +08:00
parent 6e03eaebe4
commit 92f5b6789e

View File

@@ -135,7 +135,7 @@
</div>
</template>
</el-table-column>
<el-table-column slot="options" width="120px" fixed="right" label="操作" align="center">
<el-table-column slot="options" width="140px" fixed="right" label="操作" align="center">
<template slot-scope="{ row }">
<div class="table-options">
<el-button type="text" @click="toAdd(row.id)" v-show="tabIndex === 0">编辑</el-button>