操作隐藏

This commit is contained in:
郁万成 2024-12-16 11:53:08 +08:00
parent dbcd08bee9
commit 1432d9722d

View File

@ -58,7 +58,7 @@
<span style="cursor: pointer; color: #0064aa; font-weight: 600">查看参数</span> <span style="cursor: pointer; color: #0064aa; font-weight: 600">查看参数</span>
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column label="操作" width="200" align="center"> <!-- <el-table-column label="操作" width="200" align="center">
<template #default="scope"> <template #default="scope">
<div class="tableOperate"> <div class="tableOperate">
<a @click="opneLog(scope.row)">日志</a> <a @click="opneLog(scope.row)">日志</a>
@ -72,7 +72,7 @@
</el-popconfirm> </el-popconfirm>
</div> </div>
</template> </template>
</el-table-column> </el-table-column> -->
</el-table> </el-table>
</div> </div>
<div class="mainFooter"> <div class="mainFooter">