lin
This commit is contained in:
parent
42480214fd
commit
184f1e6519
|
@ -143,17 +143,7 @@ export default function StaffModal() {
|
||||||
label="培训内容"
|
label="培训内容"
|
||||||
className="flex-1"
|
className="flex-1"
|
||||||
>
|
>
|
||||||
<Select placeholder="选择培训内容">
|
<TrainContentTreeSelect></TrainContentTreeSelect>
|
||||||
{/* 动态渲染培训内容选项 */}
|
|
||||||
{traincontents?.map((situation) => (
|
|
||||||
<Select.Option
|
|
||||||
key={situation.id}
|
|
||||||
value={situation.id}
|
|
||||||
>
|
|
||||||
{situation.trainContentId}
|
|
||||||
</Select.Option>
|
|
||||||
))}
|
|
||||||
</Select>
|
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
{...restField}
|
{...restField}
|
||||||
|
|
Loading…
Reference in New Issue