BUG 30967

This commit is contained in:
aixianling
2022-08-23 15:54:03 +08:00
parent 831faf4a34
commit e1bc2c9c2e

View File

@@ -37,7 +37,7 @@
</ai-wrapper>
</template>
</el-table-column>
<el-table-column slot="options" label="操作" fixed="right" align="center">
<el-table-column slot="options" label="操作" align="center">
<template slot-scope="{row}">
<el-button type="text" @click="showDetail(row.id)">详情</el-button>
</template>