dcat-sku-plus icon indicating copy to clipboard operation
dcat-sku-plus copied to clipboard

Dcat Admin SKU扩展增强版

Results 8 dcat-sku-plus issues
Sort by recently updated
recently updated
newest added

数据库迁移文件中,如果laravel版本在6或者6以下的 不能使用 $table->id() 要改为 $table->bigIncrements('id');

![image](https://user-images.githubusercontent.com/24242065/153796945-e7772c3a-5c33-4e2b-b9c7-b01a004fc17f.png)

ErrorException htmlspecialchars() expects parameter 1 to be string, array given (View: /home/vagrant/ad.ep.com/vendor/abbotton/dcat-sku-plus/resources/views/index.blade.php)

laravel 版本:9.* 设置了dcat admin的多后台,并在新增的后台上使用这个扩展。 设置了规格后,添加图片出现以下问题。 没有对扩展进行过更改

![image](https://user-images.githubusercontent.com/19373139/213903038-69288aaf-7be1-4f43-b1ab-c6a56d000f1f.png) "dcat/laravel-admin": "2.*", "php": "^7.2",

我sku字段用的json,上传组图pics的时候也会提交sku字段 column 'products.sku'. (SQL: update `products` set `pics` = [5,8,9], `sku` = , `products`.`updated_at` = 2022-10-08 09:38:59 where `id` = 1)

编辑时, 按附录中的数据格式带入后, 没有将扩展列的值带入. ```json { "attrs": { "长度": [ "110", "120" ], "颜色": [ "黑色", "白色" ] }, "sku": [ { "长度": "110", "颜色": "黑色", "id": 2, "images": null, "rent_price":...