const addForm = [ { elCol: [ { type: "input", title: "插件名称", id: "task_code", row: 24, disabled: false, required: true, fontSize: 16 }, ], }, { elCol: [ { type: "input", title: "插件版本", id: "task_code", row: 24, disabled: false, required: true, fontSize: 16 }, ], }, { elCol: [ { type: "select", title: "描述", id: "task_code", row: 24, disabled: false, required: true, options: [], fontSize: 16, multiple: true, }, ], }, ] const tableColumn = [ { id: "task_name", title: "插件名称", }, { id: "task_classes", title: "插件版本", }, { id: "start_time", title: "描述", tooltip: true, width: 150, }, { id: "end_time", title: "发布日期", tooltip: true, width: 150, }, { id: "diff_time", title: "更新如期", tooltip: true, } ] const configData = { addForm, tableColumn } export default configData