mirror of
https://github.com/certd/certd.git
synced 2026-04-29 00:28:11 +08:00
chore:
This commit is contained in:
@@ -102,7 +102,8 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
|||||||
},
|
},
|
||||||
type: ["text"],
|
type: ["text"],
|
||||||
form: {
|
form: {
|
||||||
rules: [{ required: true, message: "请填写名称" }]
|
rules: [{ required: true, message: "请填写名称" }],
|
||||||
|
helper: "随便填,当多个相同类型的授权时,便于区分"
|
||||||
},
|
},
|
||||||
column: {
|
column: {
|
||||||
width: 200
|
width: 200
|
||||||
|
|||||||
Reference in New Issue
Block a user