/**
* 生成表单参数
* @param array $info
* @return array
* @throws \FormBuilder\Exception\FormBuilderException
*/
public function form($info = [],int $file_type = 1)
{
return [
Form::radio('file_type', '素材类型', $info['file_type'] ?? $file_type)->options([['value' => 1, 'label' => '图片'], ['value' => 2, 'label' => '视频']]),
Form::select('pid', '上级分类', (int)($info['pid'] ?? ''))->setOptions($this->getCateList(['pid' => 0]))->filterable(true),
Form::input('name', '分类名称', $info['name'] ?? '')->maxlength(30),
];
}
\app\services\system\attachment\SystemAttachmentCategoryServices.php"
解决修改分类后丢失类型,新增和修改都存在的问题
适合多店版 pro 2.3 2.3.1
{{item.user_info.nickname ? item.user_info.nickname : item.user_name}}
作者 管理员 企业
{{itemf.name}}
{{itemc.user_info.nickname}}
{{itemc.user_name}}
回复 {{itemc.comment_user_info.nickname}}
{{itemf.name}}