Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
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
ReactWeb5
CivManage
Commits
73d07fda
Commit
73d07fda
authored
Apr 30, 2021
by
mayongxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库管理字段替换
parent
b7e9fa93
Pipeline
#26963
passed with stages
in 19 minutes 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
ManagementDataBase.jsx
src/pages/database/ManagementDataBase.jsx
+5
-5
No files found.
src/pages/database/ManagementDataBase.jsx
View file @
73d07fda
...
...
@@ -183,21 +183,21 @@ const ManagementDataBase = () => {
const
autoCheckColumns
=
[
{
title
:
'表名称'
,
dataIndex
:
'
t
ableName'
,
key
:
'
t
ableName'
,
dataIndex
:
'
T
ableName'
,
key
:
'
T
ableName'
,
width
:
200
,
ellipsis
:
true
,
},
{
title
:
'类型'
,
dataIndex
:
'
t
ype'
,
key
:
'
t
ype'
,
dataIndex
:
'
T
ype'
,
key
:
'
T
ype'
,
width
:
180
,
ellipsis
:
true
,
},
{
title
:
'差异比较'
,
dataIndex
:
'
m
essage'
,
dataIndex
:
'
M
essage'
,
key
:
'message'
,
},
];
...
...
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