no message
parent
eafa8599e7
commit
03cfcd3d7c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue