每个帖子都有自己的类别,并且类别具有自己的属性。 在管理员中,我需要以如下方式实现功能:当管理员为帖子选择类别时,该类别的属性将显示为其他字段。我喜欢你的作品,下面有截图。
我无法将这些属性正确保存在表中(post_properties)。 对于我不称职的英语,我事先表示歉意。
db结构posts
-id
-name
-category_id
....
post_properties (eav)
-id
-post_id
-key
-value
categories
-id
-name
....
category_property (pivot table)
-id
-category_id
-property_id
properties
-id
-type
-lable
-name
-comment
-options
-is_filter
https://user-images.githubusercontent.com/8403807/48997528-1d9a0900-f172-11e8-8af8-6d37c51ca6f4.png
https://user-images.githubusercontent.com/8403807/48997532-225ebd00-f172-11e8-9707-52ff408f91a5.png
https://user-images.githubusercontent.com/8403807/48997545-27bc0780-f172-11e8-9913-79fc77531e3a.png
实际行为(在此处描述实际行为)
重现步骤(在此处描述重现该问题的步骤)
十月建造443