mirror of
https://github.com/certd/certd.git
synced 2026-05-15 20:47:31 +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",
|
||||
|
||||
@@ -46,6 +46,7 @@ import * as api from "./api";
|
||||
import { notification } from "ant-design-vue";
|
||||
import createCrudOptions from "./crud";
|
||||
import { useColumns } from "@fast-crud/fast-crud";
|
||||
import { usePluginStore } from "/@/store/plugin";
|
||||
//@ts-ignore
|
||||
import yaml from "js-yaml";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user