Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emport-web
Overview
Overview
Details
Activity
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
刘泽志
emport-web
Commits
ff6e99b2
Commit
ff6e99b2
authored
Sep 22, 2023
by
guoxw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物理表异常字段查询和同步
parent
62a5c396
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
index.vue
src/views/emport/emport/index.vue
+7
-7
No files found.
src/views/emport/emport/index.vue
View file @
ff6e99b2
...
@@ -390,25 +390,25 @@
...
@@ -390,25 +390,25 @@
:data=
"templateErrorDialog.errorFieldList"
:data=
"templateErrorDialog.errorFieldList"
@
select=
"selectErrorField"
@
select=
"selectErrorField"
@
selection-change=
"handleErrorFieldSelectionChange"
@
selection-change=
"handleErrorFieldSelectionChange"
border
height=
"500px"
max-height=
"500px"
width=
"
8
00"
stripe
style=
"width: 100%"
border
height=
"500px"
max-height=
"500px"
width=
"
10
00"
stripe
style=
"width: 100%"
>
>
<el-table-column
type=
"selection"
min-width=
"55"
:selectable=
"errorFieldSelectable"
/>
<el-table-column
type=
"selection"
min-width=
"55"
:selectable=
"errorFieldSelectable"
/>
<el-table-column
align=
"center"
label=
"字段标题"
prop=
"title"
show-overflow-tooltip
<el-table-column
align=
"center"
label=
"字段标题"
prop=
"title"
show-overflow-tooltip
min-width=
"
12
0"
min-width=
"
20
0"
/>
/>
<el-table-column
align=
"center"
label=
"元字段名"
prop=
"fieldName"
show-overflow-tooltip
<el-table-column
align=
"center"
label=
"元字段名"
prop=
"fieldName"
show-overflow-tooltip
min-width=
"
12
0"
min-width=
"
23
0"
/>
/>
<el-table-column
align=
"center"
label=
"元字段类型"
prop=
"fieldType"
show-overflow-tooltip
<el-table-column
align=
"center"
label=
"元字段类型"
prop=
"fieldType"
show-overflow-tooltip
min-width=
"1
2
0"
min-width=
"1
5
0"
/>
/>
<el-table-column
align=
"center"
label=
"物理表字段类型"
prop=
"columnType"
show-overflow-tooltip
<el-table-column
align=
"center"
label=
"物理表字段类型"
prop=
"columnType"
show-overflow-tooltip
min-width=
"1
2
0"
min-width=
"1
5
0"
/>
/>
<el-table-column
align=
"center"
label=
"物理表名"
prop=
"tableName"
show-overflow-tooltip
<el-table-column
align=
"center"
label=
"物理表名"
prop=
"tableName"
show-overflow-tooltip
min-width=
"
12
0"
min-width=
"
23
0"
/>
/>
<el-table-column
align=
"center"
label=
"提示"
prop=
"tip"
show-overflow-tooltip
min-width=
"
23
0"
/>
<el-table-column
align=
"center"
label=
"提示"
prop=
"tip"
show-overflow-tooltip
min-width=
"
32
0"
/>
</el-table>
</el-table>
</div>
</div>
</el-dialog>
</el-dialog>
...
...
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