初版卡片列表模板.

This commit is contained in:
lijiahang
2023-09-29 17:24:25 +08:00
parent 93edcd216a
commit 05af36a578
4 changed files with 175 additions and 38 deletions

View File

@@ -2,9 +2,9 @@
-- 父菜单
INSERT INTO system_menu
(parent_id, name, type, sort, visible, status, cache)
(parent_id, name, type, sort, visible, status, cache, component)
VALUES
(0, '${table.comment}管理', 1, 10, 1, 1, 1);
(0, '${table.comment}管理', 1, 10, 1, 1, 1, '$vue.moduleEntityFirstLower');
-- 设置临时父菜单id
SELECT @TMP_PARENT_ID:=LAST_INSERT_ID();