feat(sis): 1
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
23f3830a44
commit
3fe2ff30f8
@ -96,8 +96,9 @@ export const columns: VxeGridProps['columns'] = [
|
|||||||
export const modalSchema: FormSchemaGetter = () => [
|
export const modalSchema: FormSchemaGetter = () => [
|
||||||
{
|
{
|
||||||
label: '图片库',
|
label: '图片库',
|
||||||
fieldName: 'libId',
|
fieldName: 'libIds',
|
||||||
component: 'ApiSelect',
|
component: 'ApiSelect',
|
||||||
|
rules: 'required',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
resultField: 'list', // 根据API返回结构调整
|
resultField: 'list', // 根据API返回结构调整
|
||||||
labelField: 'libName',
|
labelField: 'libName',
|
||||||
|
Loading…
Reference in New Issue
Block a user