fix
Helius
2022-05-10 01912c5b68a2b5bec7a99d7c3ec78190dd49f0e1
fix
1 files modified
2 ■■■ changed files
src/main/resources/templates/febs/views/modules/goods/goodsList.html 2 ●●● patch | view | raw | blame | history
src/main/resources/templates/febs/views/modules/goods/goodsList.html
@@ -165,7 +165,7 @@
            tableIns = febs.table.init({
                elem: $view.find('table'),
                id: 'userTable',
                url: ctx + 'admin/goods/goodsList',
                url: ctx + 'admin/goods/goodsList?goodsType=1',
                cols: [[
                    {field: 'goodsNo', title: '商品编号', minWidth: 150,align:'left'},
                    {field: 'goodsName', title: '商品名称', minWidth: 150,align:'left'},