支持mall账户能看到编辑界面

master
zhaochencheng 3 years ago
parent 5e2e4ff446
commit 7ccfd74b87

@ -166,7 +166,7 @@ export const dynamicRoutes = [
path: '/product',
component: Layout,
hidden: true,
permissions: ['pms:product:add'],
permissions: ['pms:product:list'],
children: [
{
path: 'edit',

@ -28,7 +28,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['pms:brand:add']"
>新增</el-button>
</el-col>
</el-row>
@ -54,14 +53,12 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['pms:brand:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['pms:brand:remove']"
>删除</el-button>
</template>
</el-table-column>

@ -55,7 +55,7 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['pms:product:add']"
>新增</el-button>
</el-col>
</el-row>
@ -97,14 +97,12 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['pms:product:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['pms:product:remove']"
>删除</el-button>
</template>
</el-table-column>

@ -30,7 +30,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['pms:productCategory:add']"
>新增
</el-button>
</el-col>
@ -61,7 +60,6 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['pms:productCategory:edit']"
>修改
</el-button>
<el-button
@ -69,7 +67,6 @@
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['pms:productCategory:remove']"
>删除
</el-button>
</template>

Loading…
Cancel
Save