Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
W
witiumCloud2
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
WitCloud
witiumCloud2
Commits
0ca8f781
Commit
0ca8f781
authored
Apr 15, 2019
by
van.chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交一下
parent
f91fb1d4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
module-mgr.component.html
src/app/main/module-mgr/module-mgr.component.html
+1
-0
module-mgr.component.ts
src/app/main/module-mgr/module-mgr.component.ts
+2
-0
topic-module-mgr.component.html
...app/main/topic-module-mgr/topic-module-mgr.component.html
+1
-0
topic-module-mgr.component.ts
src/app/main/topic-module-mgr/topic-module-mgr.component.ts
+2
-0
No files found.
src/app/main/module-mgr/module-mgr.component.html
View file @
0ca8f781
...
...
@@ -3,6 +3,7 @@
<div
class=
"btnLine"
>
<button
nz-button
[
nzType
]="'
primary
'"
[
nzLoading
]="
isLoading
"
(
click
)="
onSearch
()"
><span>
{{'search' | translate}}
</span></button>
<button
nz-button
class=
"btnAll"
[
nzLoading
]="
isLoading
"
(
click
)="
onGetAll
()"
><span>
{{'allData' | translate}}
</span></button>
<button
nz-button
class=
"btnAdd"
[
nzLoading
]="
isLoading
"
(
click
)="
add
()"
><span>
{{'add' | translate}}
</span></button>
</div>
</div>
<div
class=
"tableBar"
@
fade
>
...
...
src/app/main/module-mgr/module-mgr.component.ts
View file @
0ca8f781
...
...
@@ -80,4 +80,6 @@ export class ModuleMgrComponent implements OnInit {
update
(
one
)
{}
deleteConfirm
(
one
)
{}
add
()
{}
}
src/app/main/topic-module-mgr/topic-module-mgr.component.html
View file @
0ca8f781
...
...
@@ -3,6 +3,7 @@
<div
class=
"btnLine"
>
<button
nz-button
[
nzType
]="'
primary
'"
[
nzLoading
]="
isLoading
"
(
click
)="
onSearch
()"
><span>
{{'search' | translate}}
</span></button>
<button
nz-button
class=
"btnAll"
[
nzLoading
]="
isLoading
"
(
click
)="
onGetAll
()"
><span>
{{'allData' | translate}}
</span></button>
<button
nz-button
class=
"btnAdd"
[
nzLoading
]="
isLoading
"
(
click
)="
add
()"
><span>
{{'add' | translate}}
</span></button>
</div>
</div>
<div
class=
"tableBar"
@
fade
>
...
...
src/app/main/topic-module-mgr/topic-module-mgr.component.ts
View file @
0ca8f781
...
...
@@ -80,4 +80,6 @@ export class TopicModuleMgrComponent implements OnInit {
update
(
one
)
{}
deleteConfirm
(
one
)
{}
add
()
{}
}
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