Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saasio
Project
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
reyun
saasio
Commits
c03cf722
Commit
c03cf722
authored
7 years ago
by
yangfangfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
efae58de
master
…
20180326_events4track
30921_bugfix
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
activityevent.html
src/main/websrc/template/manage/activityevent.html
+3
-3
event.html
src/main/websrc/template/manage/event.html
+1
-1
usergroup.html
src/main/websrc/template/manage/usergroup.html
+2
-2
No files found.
src/main/websrc/template/manage/activityevent.html
View file @
c03cf722
...
@@ -32,10 +32,10 @@
...
@@ -32,10 +32,10 @@
<td>
{{info.eventListName}}
</td>
<td>
{{info.eventListName}}
</td>
<td
class=
"formOper"
ng-if=
"hasEditPower()"
>
<td
class=
"formOper"
ng-if=
"hasEditPower()"
>
<div
class=
"formBtn"
ng-click=
"gopage(info)"
>
<div
class=
"formBtn"
ng-click=
"gopage(info)"
>
<span
class=
"editIcon"
></span>
编辑
编辑
</div>
</div>
<div
class=
"
btn4"
ng-if=
"info.enable==false && info.type=='userdefine'"
ng-click=
"onUser(info.id)"
>
启用
</div>
<div
class=
"
onOffBtn on"
ng-if=
"info.enable==true && info.type=='userdefine'"
ng-click=
"offUser(info.id)"
title=
"已启用"
>
</div>
<div
class=
"
btn2"
ng-if=
"info.enable==true && info.type=='userdefine'"
ng-click=
"offUser(info.id)"
>
停用
</div>
<div
class=
"
onOffBtn"
ng-if=
"info.enable==false && info.type=='userdefine'"
ng-click=
"onUser(info.id)"
title=
"已停用"
>
</div>
</td>
</td>
</tr>
</tr>
</table>
</table>
...
...
This diff is collapsed.
Click to expand it.
src/main/websrc/template/manage/event.html
View file @
c03cf722
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</td>
</td>
<td
class=
"formOper"
>
<td
class=
"formOper"
>
<div
class=
"formBtn"
ng-click=
"clickEvent(info)"
>
<div
class=
"formBtn"
ng-click=
"clickEvent(info)"
>
<span
class=
"viewIcon"
></span>
详情
详情
</div>
</div>
<div
class=
"btn4"
ng-if=
"info.status==false && info.common!=true && hasEditPower()"
ng-click=
"onOff(info.eventName)"
>
启用
</div>
<div
class=
"btn4"
ng-if=
"info.status==false && info.common!=true && hasEditPower()"
ng-click=
"onOff(info.eventName)"
>
启用
</div>
<div
class=
"btn2"
ng-if=
"info.status==true && info.common!=true && hasEditPower()"
ng-click=
"onOff(info.eventName,1)"
>
停用
</div>
<div
class=
"btn2"
ng-if=
"info.status==true && info.common!=true && hasEditPower()"
ng-click=
"onOff(info.eventName,1)"
>
停用
</div>
...
...
This diff is collapsed.
Click to expand it.
src/main/websrc/template/manage/usergroup.html
View file @
c03cf722
...
@@ -35,10 +35,10 @@
...
@@ -35,10 +35,10 @@
<span class="f5Icon"></span>更新
<span class="f5Icon"></span>更新
</div> -->
</div> -->
<div
class=
"formBtn"
ng-click=
"gopage(info)"
>
<div
class=
"formBtn"
ng-click=
"gopage(info)"
>
<span
class=
"editIcon"
></span>
编辑
编辑
</div>
</div>
<div
class=
"formBtn"
ng-click=
"doRemove(info.id)"
>
<div
class=
"formBtn"
ng-click=
"doRemove(info.id)"
>
<span
class=
"removeIcon"
></span>
删除
删除
</div>
</div>
</td>
</td>
</tr>
</tr>
...
...
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