no message

main
WINDOWS-DN6K5JD\EDY 2024-04-18 13:51:09 +08:00
parent eafa8599e7
commit 03cfcd3d7c
1 changed files with 2 additions and 7 deletions

View File

@ -141,18 +141,13 @@
<span v-if="scope.row.point !=null">{{scope.row.point.name}}</span>
</template>
</el-table-column>
<el-table-column v-if="checkPer(['admin','item:edit'])" label="操作" width="300px" align="center">
<el-table-column v-if="checkPer(['admin','item:edit'])" label="操作" align="center">
<template slot-scope="scope">
<udOperation
:data="scope.row"
:permission="permission"
:show-dle="false"
:showContainerOut="false"
:showContainerIn="false"
:callContainer="false"
:showReturnEntity="false"
>
</udOperation>
/>
</template>
</el-table-column>
</el-table>