|
@@ -157,13 +157,13 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<div style="display:inline-flex">
|
|
<div style="display:inline-flex">
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
|
<el-button size="mini" type="text" icon="el-icon-edit" @click="handleUpdate(scope.row)"
|
|
- v-hasPermi="['fdj:info:edit']">修改</el-button>
|
|
|
|
|
|
+ v-hasPermi="['price:generator:hz60:update']">修改</el-button>
|
|
<el-button @click="() => {
|
|
<el-button @click="() => {
|
|
$router.push('/gallery?id=' + scope.row.id + '&type=4')
|
|
$router.push('/gallery?id=' + scope.row.id + '&type=4')
|
|
|
|
|
|
}" size="mini" type="text" icon="el-icon-picture-outline">图片</el-button>
|
|
}" size="mini" type="text" icon="el-icon-picture-outline">图片</el-button>
|
|
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
|
|
<el-button size="mini" type="text" icon="el-icon-delete" @click="handleDelete(scope.row)"
|
|
- v-hasPermi="['fdj:info:remove']">删除</el-button>
|
|
|
|
|
|
+ v-hasPermi="['price:generator:hz60:remove']">删除</el-button>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|