xiaoyong931011
2022-09-08 42f399525b68f57f0f8491f455c0488c27c293d5
src/main/resources/templates/febs/views/modules/product/categoryList.html
@@ -154,6 +154,7 @@
                        templet: function (d) {
                            return '<a lay-event="seeImges"><img id="seeImges'+d.id+'" src="'+d.image+'" alt=""></a>';
                        }, minWidth: 100,align:'center'},
                    {field: 'indexNum', title: '排序', minWidth: 150,align:'left'},
                    {title: '操作',
                        templet: function (d) {
                            return '<button class="layui-btn layui-btn-normal layui-btn-xs" lay-event="see" shiro:hasPermission="user:update">编辑</button>'