Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
b62d533c
Commit
b62d533c
authored
Aug 17, 2020
by
kangzhenfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据管理--联调
parent
252424a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
3 deletions
+27
-3
add.vue
pages/system/datasource/add.vue
+1
-1
index.vue
pages/system/tanant/index.vue
+26
-2
No files found.
pages/system/datasource/add.vue
View file @
b62d533c
...
...
@@ -12,7 +12,7 @@
<Col
:span=
"24"
>
<FormItem
:label=
"l('hostsq')"
prop=
"hostId"
>
<!--
<Input
v-model=
"entity.hostId"
></Input>
-->
<Dictionary
code=
"datasource.type"
v-model=
"entity.
id
"
type=
"select"
></Dictionary>
<Dictionary
code=
"datasource.type"
v-model=
"entity.
databaseType
"
type=
"select"
></Dictionary>
</FormItem>
</Col>
<!--
<Col
:span=
"24"
>
...
...
pages/system/tanant/index.vue
View file @
b62d533c
...
...
@@ -113,9 +113,33 @@ export default {
key
:
'startTime'
,
title
:
this
.
l
(
'startTime'
),
align
:
'left'
,
high
:
true
high
:
true
,
render
:(
h
,
params
)
=>
{
return
h
(
'div'
,{
class
:
''
},[
h
(
'span'
,
{
//attrs: { oprate: 'detail' },
// on: { click: () => this.setAps(params.row.id) }
},
params
.
row
.
startTime
.
slice
(
0
,
10
)
)
])
}
},
{
key
:
'endTime'
,
title
:
this
.
l
(
'endTime'
),
align
:
'left'
,
high
:
true
},
{
key
:
'endTime'
,
title
:
this
.
l
(
'endTime'
),
align
:
'left'
,
high
:
true
,
render
:(
h
,
params
)
=>
{
return
h
(
'div'
,{
class
:
''
},[
h
(
'span'
,
{
//attrs: { oprate: 'detail' },
// on: { click: () => this.setAps(params.row.id) }
},
params
.
row
.
startTime
.
slice
(
0
,
10
)
)
])
}
},
// {
// key: 'initialized',
// title: this.l('initialized'),
...
...
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