Commit b676db2f authored by 曹泽华's avatar 曹泽华

数仓规划 落地检核

parent a236f560
......@@ -80,35 +80,6 @@ export const searchFormSchema: FormSchema[] = [
},
colProps: { span: 6 },
},
{
field: 'editStatus',
label: ' ',
component: 'Select',
componentProps: {
placeholder: '编辑状态',
options: [
{ label: '未编辑', value: '未编辑' },
{ label: '编辑中', value: '编辑中' },
{ label: '完成', value: '完成' },
],
},
colProps: { span: 6 },
},
{
field: 'debugStatus',
label: ' ',
component: 'Select',
componentProps: {
mode: 'multiple',
placeholder: '调试状态',
options: [
{ label: '未调试', value: '未调试' },
{ label: '调试中', value: '调试中' },
{ label: '完成', value: '完成' },
],
},
colProps: { span: 6 },
},
];
......@@ -121,8 +92,8 @@ export const columnsSystem: BasicColumn[] = [
slots: { customRender: 'sourceType' },
},
{
title: '版本号',
dataIndex: 'version',
title: '路径',
dataIndex: 'modelId',
width: 150,
// onEditRow:true
},
......@@ -132,12 +103,6 @@ export const columnsSystem: BasicColumn[] = [
width: 150,
// onEditRow:true
},
{
title: '调试状态',
dataIndex: 'debugStatus',
width: 150,
// onEditRow:true
},
{
title: '类型',
dataIndex: 'type',
......
......@@ -22,6 +22,7 @@ export const TreeSystem: any[] = [
version: '1.2.3',
editStatus: '编辑中',
debugStatus: '未调试',
modelId: '/落地检核/admin-个人工作区/dm_data模型检核1',
type: 'Inceptor表',
leader: 'admin',
publishTime: '2024-10-27 16:09:04',
......@@ -33,15 +34,15 @@ export const TreeSystem: any[] = [
// "children" : [ ],
selectType: null,
holder: 'admin',
createDate: '2024-10-24 10:04:04',
updateDate: '2024-10-24 10:04:04',
createTime: '2024-10-26 11:09:44',
updateTime: '2024-10-27 10:02:04',
},
{
delFlag: '0',
flag: '1',
businessId: 102,
modelName: 'dm_data模型检核2',
version: '1.4.9',
modelId: '/落地检核/admin-个人工作区/dm_data模型检核2',
editStatus: '编辑中',
debugStatus: '未调试',
type: 'MySQL表',
......@@ -55,15 +56,15 @@ export const TreeSystem: any[] = [
// "children" : [ ],
selectType: null,
holder: 'admin',
createDate: '2024-10-24 10:04:04',
updateDate: '2024-10-24 10:04:04',
createTime: '2024-10-01 09:33:04',
updateTime: '2024-10-24 17:04:04',
},
{
delFlag: '0',
flag: '1',
businessId: 103,
modelName: 'dm_data模型检核3',
version: '2.1.0',
modelId: '/落地检核/admin-个人工作区/dm_data模型检核3',
editStatus: '编辑中',
debugStatus: '未调试',
type: 'DB2表',
......@@ -77,8 +78,8 @@ export const TreeSystem: any[] = [
// "children" : [ ],
selectType: null,
holder: 'admin',
createDate: '2024-10-24 10:04:04',
updateDate: '2024-10-24 10:04:04',
createTime: '2024-10-08 14:12:11',
updateTime: '2024-10-12 15:23:36',
},
];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment