no message
parent
5438d658e8
commit
8c84a72b14
|
|
@ -125,7 +125,7 @@
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="createTime" label="创建时间"/>
|
<el-table-column prop="createTime" label="创建时间"/>
|
||||||
<el-table-column v-if="checkPer(['admin','fileManagement:edit','fileManagement:del']) && false " label="操作"
|
<el-table-column v-if="checkPer(['admin','fileManagement:edit','fileManagement:del']) " label="操作"
|
||||||
width="150px" align="center" fixed="right">
|
width="150px" align="center" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-popconfirm title="确定删除吗?"
|
<el-popconfirm title="确定删除吗?"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue