no message
parent
eafa8599e7
commit
03cfcd3d7c
|
|
@ -141,18 +141,13 @@
|
||||||
<span v-if="scope.row.point !=null">{{scope.row.point.name}}</span>
|
<span v-if="scope.row.point !=null">{{scope.row.point.name}}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
<udOperation
|
<udOperation
|
||||||
:data="scope.row"
|
:data="scope.row"
|
||||||
:permission="permission"
|
:permission="permission"
|
||||||
:show-dle="false"
|
:show-dle="false"
|
||||||
:showContainerOut="false"
|
/>
|
||||||
:showContainerIn="false"
|
|
||||||
:callContainer="false"
|
|
||||||
:showReturnEntity="false"
|
|
||||||
>
|
|
||||||
</udOperation>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue