From 81e2eb4dd2e27da3c4cc447d6aeb9150a5ff7464 Mon Sep 17 00:00:00 2001 From: Pu Zhibing <393733352@qq.com> Date: 星期三, 19 二月 2025 18:30:09 +0800 Subject: [PATCH] 开发角色模块接口 --- ruoyi-admin/src/main/resources/templates/demo/table/asynTree.html | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/demo/table/asynTree.html b/ruoyi-admin/src/main/resources/templates/demo/table/asynTree.html index c5af5c0..9d16693 100644 --- a/ruoyi-admin/src/main/resources/templates/demo/table/asynTree.html +++ b/ruoyi-admin/src/main/resources/templates/demo/table/asynTree.html @@ -62,16 +62,6 @@ field: 'areaCode', title: '区域代码', align: 'left' - }, - { - field: 'simplePy', - title: '首字母简拼', - align: 'left' - }, - { - field: 'pinYin', - title: '名称全拼', - align: 'left' }] }; $.treeTable.init(options); -- Gitblit v1.7.1