Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
6288bb12
Commit
6288bb12
authored
May 08, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消公告置顶
parent
2d39ede5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Announcement.vue
src/components/administrative/Announcement.vue
+6
-6
No files found.
src/components/administrative/Announcement.vue
View file @
6288bb12
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<table
class=
"singeRowTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<tr>
<th>
{{
$t
(
'adm.adm_theme'
)
}}
</th>
<th>
{{
$t
(
'adm.adm_theme'
)
}}
</th>
<
th>
{{
$t
(
'adm.adm_Ceilingsituation'
)
}}
</th
>
<
!--
<th>
{{
$t
(
'adm.adm_Ceilingsituation'
)
}}
</th>
--
>
<th>
{{
$t
(
'adm.adm_ublicationstatus'
)
}}
</th>
<th>
{{
$t
(
'adm.adm_ublicationstatus'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_czPerson'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_czPerson'
)
}}
</th>
<th>
{{
$t
(
'fnc.caozuoriqi'
)
}}
</th>
<th>
{{
$t
(
'fnc.caozuoriqi'
)
}}
</th>
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</tr>
</tr>
<tr
v-for=
"(item,index) in DataList"
v-loading=
'loading'
>
<tr
v-for=
"(item,index) in DataList"
v-loading=
'loading'
>
<td>
{{
item
.
Title
}}
</td>
<td>
{{
item
.
Title
}}
</td>
<
td>
{{
item
.
Is_top
==
0
?
''
:
$t
(
'adm.adm_roofset'
)
}}
</td
>
<
!--
<td>
{{
item
.
Is_top
==
0
?
''
:
$t
(
'adm.adm_roofset'
)
}}
</td>
--
>
<td>
{{
item
.
Status
|
noticeFormat
(
item
.
Status
)
}}
</td>
<td>
{{
item
.
Status
|
noticeFormat
(
item
.
Status
)
}}
</td>
<td>
{{
item
.
UpdateName
}}
</td>
<td>
{{
item
.
UpdateName
}}
</td>
<td>
{{
item
.
UpdateTime
|
dateFormat
(
item
.
UpdateTime
)
}}
</td>
<td>
{{
item
.
UpdateTime
|
dateFormat
(
item
.
UpdateTime
)
}}
</td>
...
@@ -62,12 +62,12 @@
...
@@ -62,12 +62,12 @@
<el-tooltip
v-if=
"item.Status=='0'"
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
>
<el-tooltip
v-if=
"item.Status=='0'"
class=
"item"
effect=
"dark"
:content=
"$t('pub.updateMsg')"
placement=
"top-start"
>
<el-button
@
click=
'updateNotice(item.Id)'
type=
"primary"
icon=
"el-icon-edit"
></el-button>
<el-button
@
click=
'updateNotice(item.Id)'
type=
"primary"
icon=
"el-icon-edit"
></el-button>
</el-tooltip>
</el-tooltip>
<el-tooltip
v-if=
"item.Is_top==0&&item.Status=='1'"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_roof')"
placement=
"top-start"
>
<
!--
<
el-tooltip
v-if=
"item.Is_top==0&&item.Status=='1'"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_roof')"
placement=
"top-start"
>
<el-button
@
click=
"setTop(item.Id)"
type=
"primary"
icon=
"iconfont icon-control-top"
></el-button>
<el-button
@
click=
"setTop(item.Id)"
type=
"primary"
icon=
"iconfont icon-control-top"
></el-button>
</el-tooltip>
</el-tooltip>
-->
<el-tooltip
v-if=
"item.Is_top==1&&item.Status=='1'"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_exitroof')"
placement=
"top-start"
>
<
!--
<
el-tooltip
v-if=
"item.Is_top==1&&item.Status=='1'"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_exitroof')"
placement=
"top-start"
>
<el-button
@
click=
"setTop(item.Id)"
type=
"primary"
icon=
"iconfont icon-control-bottom"
></el-button>
<el-button
@
click=
"setTop(item.Id)"
type=
"primary"
icon=
"iconfont icon-control-bottom"
></el-button>
</el-tooltip>
</el-tooltip>
-->
<el-tooltip
v-if=
"item.Status=='1'"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_chehui')"
placement=
"top-start"
>
<el-tooltip
v-if=
"item.Status=='1'"
class=
"item"
effect=
"dark"
:content=
"$t('adm.adm_chehui')"
placement=
"top-start"
>
<el-button
@
click=
'reCallNotice(item.Id)'
type=
"warning"
icon=
"el-icon-delete"
></el-button>
<el-button
@
click=
'reCallNotice(item.Id)'
type=
"warning"
icon=
"el-icon-delete"
></el-button>
</el-tooltip>
</el-tooltip>
...
...
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