Zyenggook Kim

Results 3 issues of Zyenggook Kim

- Laravel Version: 8.69.0 - PHP Version:7.4 - Laravel-admin: 1.8.16 ### Description: cdn.jsdelivr访问异常,无法加载flatpickr资源文件,导致admin加载过慢,时不时出现这种问题 大佬有时间能否替换cdn? ### Steps To Reproduce:

- Laravel Version: 10.10.# - PHP Version: 8.2.# - Dcat Admin Version:2.2.3-beta ### Description: ` if ($variables !== null) { static::context()->jsVariables = array_merge( $jsVariables, $variables ); return; } $sidebarStyle =...

- Laravel Version: 10.32.1 - PHP Version: 8.2.12 - Dcat Admin Version: 2.2.2-beta ### Description: 查询过滤使用month,无法查询到数据 ![1701255793989](https://github.com/jqhph/dcat-admin/assets/13347903/0236e773-25d8-45a3-8d14-526250609a11) 如图bill_month字段类型为varchar,值设置了3种,一个都查询不到 点击搜索之后url参数中bill_month携带的值是2023-10,如下图 ![1701255988309](https://github.com/jqhph/dcat-admin/assets/13347903/b09a83d3-3292-40cf-a2b2-fabf4162e782) laravel-debugger里显示的sql语句如下图 ![1701256053885](https://github.com/jqhph/dcat-admin/assets/13347903/50ff7f05-37c1-4476-9b50-78773825c93d) 貌似对月份查询的值没有进行处理,month(’bill_month‘)=’2023‘ ??,url参数中bill_month改成10就能查询到 ### Steps To Reproduce: