完成curd的城市选择器组件;

This commit is contained in:
2022-07-11 10:29:05 +08:00
parent ef91de07cd
commit e45f232f21
6 changed files with 95 additions and 25 deletions

View File

@@ -17,7 +17,7 @@ define(["jquery", "easy-admin"], function ($, ea) {
ea.table.render({
init: init,
cols: [[
{type: 'checkbox'},
{type: 'checkbox'},
{field: 'id', title: 'id'},
{field: 'cate_id', title: '分类ID'},
{field: 'title', title: '商品名称'},