Karson
|
17931decd5
|
!471 动态显示组件在进行判断时, 增加对已被附加禁用(disabled)组件的处理
Merge pull request !471 from AriFe.Liu/develop
|
2024-11-18 09:50:09 +00:00 |
Karson
|
4fd2558a8b
|
!442 update public/assets/js/require-table.js.
Merge pull request !442 from 御宅男(YznCMS官方)/N/A
|
2024-11-18 09:46:58 +00:00 |
Karson
|
be3c601b72
|
!468 searchList 如果传入的是$.getJSON,则无法正确显示label
Merge pull request !468 from 还俗二师兄/develop
|
2024-11-18 09:46:12 +00:00 |
AriFe.Liu
|
7c7780bc56
|
动态显示组件在进行判断时, 增加对已被附加禁用(disabled)组件的处理
原代码在进行校验时, 使用serializeArray方法在序列化表单元素时, 会默认将disabled的组件过滤掉, 此操作将会导致动态显示组件依赖的组件被设置为disabled时判断失效, 会隐藏掉使用了data-favisible的组件
本次修改在调用序列化之前, 先临时移除disabled属性, 取出完整的序列化参数后, 再将其恢复禁用, 从而使附加了disabled的组件也能使data-favisible组件正确获取到其当前值
使用情景: 添加表单时某个选项需要管理员手动选择, 在添加完成后, 编辑不能再次修改该选项, 但其下根据该元素需要显隐的组件应当正常展示
Signed-off-by: AriFe.Liu <88468560@qq.com>
|
2024-07-26 12:51:44 +00:00 |
Karson
|
3ee684875f
|
新增选择文件后回调
优化选择文件回调参数
|
2024-07-25 15:25:37 +08:00 |
Karson
|
b6ae55ef1e
|
修复插件安装时发现冲突文件时无法提示的问题
|
2024-07-25 14:53:55 +08:00 |
Karson
|
38969376c9
|
优化冗余参数
|
2024-07-25 14:53:18 +08:00 |
还俗二师兄
|
6ab795e12f
|
update public/assets/js/require-table.js.
searchList 如果传入的是$.getJSON,则无法正确显示label
如果传入的是value直接是数组的话就无需切割成数组
Signed-off-by: 还俗二师兄 <505097558@qq.com>
|
2024-07-17 16:55:12 +00:00 |
Karson
|
64c157f56a
|
新增删除按钮自定义提示语
|
2024-06-25 11:44:38 +08:00 |
Karson
|
b72b5605e5
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2024-06-18 16:06:14 +08:00 |
Karson
|
db8739670c
|
修复autocomplete选中后未触发验证的问题
修复Table.api.formatter.file无法渲染的问题
|
2024-06-18 16:05:57 +08:00 |
Karson
|
e7c96a994b
|
!410 修复iframe打开窗口时链接内问号重复的问题以及附件选择组件在未添加ID时无法正常响应
Merge pull request !410 from AriFe.Liu/develop
|
2024-06-18 07:39:11 +00:00 |
Karson
|
ddccd51105
|
优化表格加载
|
2024-05-16 10:54:32 +08:00 |
Karson
|
de5c92e78a
|
优化上传参数处理
|
2024-04-03 09:29:19 +08:00 |
Karson
|
d4c866cb55
|
优化格式化输出时文本编码
|
2024-04-02 17:50:19 +08:00 |
Karson
|
47c4115a53
|
优化日期区间选择组件事件
|
2024-04-02 17:41:29 +08:00 |
Karson
|
5a29c4eeed
|
优化customField字段
优化占位符替换
|
2024-04-02 17:16:51 +08:00 |
Karson
|
7898b811b2
|
优化验证码发送和验证
|
2024-04-02 16:18:31 +08:00 |
Karson
|
0de3858c90
|
优化登录失效判断
|
2024-04-02 15:07:04 +08:00 |
Karson
|
1b9c035daf
|
优化资源目录
|
2024-04-01 22:04:05 +08:00 |
Karson
|
8caeeb8a78
|
Merge branch '1.x' into develop
# Conflicts:
# README.md
# application/admin/command/Install/fastadmin.sql
# application/admin/controller/Index.php
# application/admin/controller/auth/Adminlog.php
# application/common.php
# application/common/controller/Backend.php
# application/common/library/Email.php
# application/config.php
# application/index/controller/User.php
# bower.json
# composer.json
# extend/fast/Http.php
# public/assets/css/backend.min.css
# public/assets/css/frontend.min.css
# public/assets/js/backend/addon.js
# public/assets/js/bootstrap-table-commonsearch.js
# public/assets/js/fast.js
# public/assets/js/frontend/user.js
# public/assets/js/jquery.drag.min.js
# public/assets/js/require-backend.js
# public/assets/js/require-backend.min.js
# public/assets/js/require-form.js
# public/assets/js/require-frontend.min.js
# public/assets/js/require-table.js
|
2024-04-01 15:22:15 +08:00 |
Karson
|
8f7a55928c
|
修复列表多个分组按钮显示优化
|
2024-04-01 15:08:03 +08:00 |
Karson
|
77c386ed47
|
打包新版本JS和CSS
|
2024-03-28 11:47:38 +08:00 |
Karson
|
6dd941e168
|
表格导出新增提示文本
|
2024-03-28 11:16:38 +08:00 |
Karson
|
58035763ea
|
优化本地安装点击事件判断
|
2024-03-27 20:17:41 +08:00 |
Karson
|
7c9841cee9
|
新增html转义函数
优化插件管理标题和描述
|
2024-03-27 17:40:08 +08:00 |
Karson
|
d1c240bd91
|
新增插件管理本地安装升级和版本检测
优化前台
优化fieldlist组件
优化上传组件传递参数
优化composer依赖
|
2024-03-26 17:51:30 +08:00 |
Karson
|
e45b435b48
|
修复列表显示全部时选择卡切换问题
|
2024-03-26 09:48:43 +08:00 |
Karson
|
aec4efe9e0
|
优化代码
|
2024-03-25 22:29:48 +08:00 |
Karson
|
9f2c08414a
|
优化后台管理日志记录
|
2024-03-25 22:28:43 +08:00 |
Karson
|
578044505a
|
移除JSONP加载
|
2024-03-25 14:58:39 +08:00 |
Karson
|
afa636ba15
|
!451 update public/assets/js/require-form.js.
Merge pull request !451 from SiGool/N/A
|
2024-03-15 03:48:38 +00:00 |
Karson
|
bac6606786
|
修复datetimerange组件自定义配置覆盖的问题
|
2024-03-14 20:11:31 +08:00 |
Karson
|
f7e47d90f1
|
修复slider重复渲染时的问题
|
2024-03-14 18:56:17 +08:00 |
Karson
|
6a94a07903
|
修复favisible中selectpage验证失效的问题
优化通用搜索
|
2024-02-28 12:00:37 +08:00 |
Karson
|
5bf63c557b
|
优化插件卸载
|
2024-02-28 12:00:04 +08:00 |
Karson
|
fb5b78e777
|
优化菜单规则管理
(cherry picked from commit 31a6a47dc3)
|
2024-02-15 22:52:59 +08:00 |
Karson
|
1066b4108b
|
优化权限规则列表显示
(cherry picked from commit 2c66c67d71)
|
2024-02-15 22:28:29 +08:00 |
Karson
|
42e91e10e6
|
优化菜单搜索结果点击
|
2024-01-26 16:34:13 +08:00 |
Karson
|
22628fca0e
|
fieldlist组件一维数组支持
|
2023-12-27 14:38:17 +08:00 |
Karson
|
709424da7f
|
优化favisible适配textarea多行文本框
|
2023-12-14 18:04:13 +08:00 |
Karson
|
d7302f2602
|
新增autocontent
新增autocontent
优化Fast.api.open
|
2023-11-23 16:31:16 +08:00 |
Karson
|
cdb41c5334
|
优化表格&表单
|
2023-10-26 17:08:14 +08:00 |
Karson
|
7fffba8963
|
优化表格列表图片显示
|
2023-08-30 16:27:03 +08:00 |
Karson
|
4aa2666c98
|
优化后台菜单切换
|
2023-08-30 16:24:11 +08:00 |
SiGool
|
db510531f4
|
update public/assets/js/require-form.js.
指向同一个options了,后面时间区间组件初始化用的配置受到前面的干扰了
Signed-off-by: SiGool <sigool@sina.com>
|
2023-08-04 03:07:40 +00:00 |
Karson
|
033af96e1a
|
优化代码
|
2023-07-10 14:30:50 +08:00 |
Karson
|
ad166f07eb
|
打包JS
|
2023-07-10 11:55:56 +08:00 |
Karson
|
b4dc742fed
|
优化Sidebar
|
2023-07-09 11:52:57 +08:00 |
Karson
|
37e844181e
|
优化后台页面样式和Sidebar
|
2023-07-09 11:44:21 +08:00 |