Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
c6def1d2
Commit
c6def1d2
authored
Nov 13, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改血缘
parent
8e044c3d
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
338 additions
and
367 deletions
+338
-367
data.ts
src/views/kinship/kinshipAnalysis/data.ts
+1
-1
data.ts
src/views/kinship/kinshipEdit/data.ts
+66
-0
index.vue
src/views/kinship/kinshipEdit/index.vue
+104
-183
kinshipEditData.ts
src/views/kinship/kinshipEdit/kinshipEditData.ts
+63
-0
index.vue
src/views/kinship/kinshipParse/index.vue
+104
-183
No files found.
src/views/kinship/kinshipAnalysis/data.ts
View file @
c6def1d2
...
...
@@ -69,7 +69,7 @@ export const storageManagementColumns: BasicColumn[] = [
width
:
120
,
},
{
title
:
'清理血缘关系
树
'
,
title
:
'清理血缘关系
数
'
,
dataIndex
:
'num'
,
width
:
120
,
},
...
...
src/views/kinship/kinshipEdit/data.ts
0 → 100644
View file @
c6def1d2
import
{
FormSchema
}
from
"@/components/Form"
;
import
{
BasicColumn
}
from
"@/components/Table"
;
export
const
formSchema
:
FormSchema
[]
=
[
{
field
:
'file'
,
component
:
'Upload'
,
label
:
'血缘编辑文件'
,
colProps
:
{
lg
:
24
,
md
:
24
},
rules
:
[{
required
:
true
,
message
:
'请选择上传文件'
}],
},
];
export
const
columns
:
BasicColumn
[]
=
[
{
title
:
'工作表名'
,
dataIndex
:
'name'
,
width
:
120
,
},
{
title
:
'编号'
,
dataIndex
:
'code'
,
width
:
120
,
},
{
title
:
'错误类型'
,
dataIndex
:
'type'
,
width
:
120
,
},
];
export
const
historyColumns
:
BasicColumn
[]
=
[
{
title
:
'用户'
,
dataIndex
:
'name'
,
width
:
120
,
},
{
title
:
'编辑时间'
,
dataIndex
:
'date'
,
width
:
120
,
},
{
title
:
'上传文件'
,
dataIndex
:
'fileName'
,
width
:
120
,
},
{
title
:
'编辑结果'
,
dataIndex
:
'type'
,
width
:
120
,
},
];
export
const
SearchFormSchema
:
FormSchema
[]
=
[
{
field
:
'name'
,
label
:
'名称'
,
component
:
'Input'
,
colProps
:
{
span
:
8
},
},
{
field
:
'isKinship'
,
component
:
'Checkbox'
,
label
:
'仅显示我上传的'
,
colProps
:
{
span
:
8
},
labelWidth
:
120
,
},
];
src/views/kinship/kinshipEdit/index.vue
View file @
c6def1d2
This diff is collapsed.
Click to expand it.
src/views/kinship/kinshipEdit/kinshipEditData.ts
0 → 100644
View file @
c6def1d2
export
const
editData
:
any
[]
=
[
{
name
:
'Sheet0'
,
code
:
'C2'
,
type
:
'数据源不存在'
,
},
{
name
:
'Sheet1'
,
code
:
'C3'
,
type
:
'数据源不存在'
,
},
{
name
:
'Sheet2'
,
code
:
'C4'
,
type
:
'数据源不存在'
,
},
{
name
:
'Sheet3'
,
code
:
'C5'
,
type
:
'数据源不存在'
,
},
{
name
:
'Sheet4'
,
code
:
'C6'
,
type
:
'数据源不存在'
,
},
{
name
:
'Sheet5'
,
code
:
'C7'
,
type
:
'数据源不存在'
,
},
{
name
:
'Sheet6'
,
code
:
'C8'
,
type
:
'数据源不存在'
,
},
];
export
const
historyData
:
any
[]
=
[
{
name
:
'admin'
,
date
:
'2022-01-01 12:00:00'
,
fileName
:
'test.xlsx'
,
type
:
'1'
,
},
{
name
:
'admin'
,
date
:
'2022-01-01 12:00:00'
,
fileName
:
'test.xlsx'
,
type
:
'0'
,
},
{
name
:
'admin'
,
date
:
'2022-01-01 12:00:00'
,
fileName
:
'test.xlsx'
,
type
:
'1'
,
},
{
name
:
'admin'
,
date
:
'2022-01-01 12:00:00'
,
fileName
:
'test.xlsx'
,
type
:
'0'
,
},
];
src/views/kinship/kinshipParse/index.vue
View file @
c6def1d2
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment