推送记录列表去除操作列
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-29 09:12:59 +08:00
parent 665f495e2d
commit 64c5cba48c
1 changed files with 2 additions and 3 deletions

View File

@ -156,9 +156,8 @@
sortable="custom"
></el-table-column>
<!--操作-->
<el-table-column :label="$t('common:action:action')" min-width="80">
<!-- <el-table-column :label="$t('common:action:action')" min-width="80">
<template slot-scope="scope">
<!-- 影像 -->
<el-button
circle
disabled
@ -167,7 +166,7 @@
@click.stop="image(scope.row)"
/>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
<!-- 分页组件 -->