25618
This commit is contained in:
@@ -83,11 +83,11 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column slot="options" label="操作" align="center" fixed="right" width="130">
|
||||
<template slot-scope="{ row }">
|
||||
<el-table-column slot="options" label="操作" align="center" fixed="right" width="140">
|
||||
<div class="table-options" slot-scope="{ row }">
|
||||
<el-button type="text" @click="toEdit(row.id, 'edit')">编辑</el-button>
|
||||
<el-button type="text" @click="toEdit(row.id, 'detail')">详情</el-button>
|
||||
</template>
|
||||
</div>
|
||||
</el-table-column>
|
||||
</ai-table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user