推送记录列表去除操作列
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
665f495e2d
commit
64c5cba48c
|
@ -156,9 +156,8 @@
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
></el-table-column>
|
></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">
|
<template slot-scope="scope">
|
||||||
<!-- 影像 -->
|
|
||||||
<el-button
|
<el-button
|
||||||
circle
|
circle
|
||||||
disabled
|
disabled
|
||||||
|
@ -167,7 +166,7 @@
|
||||||
@click.stop="image(scope.row)"
|
@click.stop="image(scope.row)"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
||||||
<!-- 分页组件 -->
|
<!-- 分页组件 -->
|
||||||
|
|
Loading…
Reference in New Issue