Compare commits
2 Commits
54ed694271
...
b9ae686c1f
Author | SHA1 | Date | |
---|---|---|---|
b9ae686c1f | |||
af61574154 |
@@ -223,12 +223,15 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
format: 'YYYY-MM-DD HH:mm:ss',
|
format: 'YYYY-MM-DD HH:mm:ss',
|
||||||
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
valueFormat: 'YYYY-MM-DD HH:mm:ss',
|
||||||
},
|
},
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
dependencies: {
|
dependencies: {
|
||||||
show: (values) => {
|
show: (values) => {
|
||||||
return typeof (values.id) !== 'undefined'
|
return typeof (values.id) !== 'undefined'
|
||||||
},
|
},
|
||||||
triggerFields: ['id'],
|
triggerFields: ['id'],
|
||||||
}
|
}
|
||||||
|
>>>>>>> 54ed694271a4aeb1c3d592f9200e037fb524361f
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '通行权限组',
|
label: '通行权限组',
|
||||||
@@ -241,6 +244,7 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
triggerFields: ['id'],
|
triggerFields: ['id'],
|
||||||
},
|
},
|
||||||
componentProps: {
|
componentProps: {
|
||||||
|
allowClear: true,
|
||||||
resultField: 'list', // 根据API返回结构调整
|
resultField: 'list', // 根据API返回结构调整
|
||||||
labelField: 'name',
|
labelField: 'name',
|
||||||
valueField: 'id',
|
valueField: 'id',
|
||||||
@@ -257,7 +261,11 @@ export const modalSchema: FormSchemaGetter = () => [
|
|||||||
}
|
}
|
||||||
return authGroupArr
|
return authGroupArr
|
||||||
},
|
},
|
||||||
|
<<<<<<< HEAD
|
||||||
|
},
|
||||||
|
=======
|
||||||
}
|
}
|
||||||
|
>>>>>>> 54ed694271a4aeb1c3d592f9200e037fb524361f
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '人脸图片',
|
label: '人脸图片',
|
||||||
|
Reference in New Issue
Block a user