mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
chore: 修复一些小问题
This commit is contained in:
@@ -267,22 +267,22 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
|
||||
align: "center",
|
||||
},
|
||||
},
|
||||
"extra.dependLibs": {
|
||||
title: "第三方依赖",
|
||||
type: "text",
|
||||
form: {
|
||||
helper: "依赖的第三方库,package.dependencies的格式:name[:^version]",
|
||||
component: {
|
||||
name: "a-select",
|
||||
mode: "tags",
|
||||
allowClear: true,
|
||||
open: false,
|
||||
},
|
||||
},
|
||||
column: {
|
||||
show: false,
|
||||
},
|
||||
},
|
||||
// "extra.dependLibs": {
|
||||
// title: "第三方依赖",
|
||||
// type: "text",
|
||||
// form: {
|
||||
// helper: "依赖的第三方库,package.dependencies的格式:name[:^version]",
|
||||
// component: {
|
||||
// name: "a-select",
|
||||
// mode: "tags",
|
||||
// allowClear: true,
|
||||
// open: false,
|
||||
// },
|
||||
// },
|
||||
// column: {
|
||||
// show: false,
|
||||
// },
|
||||
// },
|
||||
"extra.dependPlugins": {
|
||||
title: "插件依赖",
|
||||
type: "text",
|
||||
|
||||
Reference in New Issue
Block a user