Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
4c7f6bef
Commit
4c7f6bef
authored
Dec 03, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
5eaa4fe0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
App.vue
src/App.vue
+1
-1
document.vue
src/pages/system/document.vue
+4
-4
No files found.
src/App.vue
View file @
4c7f6bef
...
...
@@ -12,7 +12,7 @@ export default {
<
style
>
@import
url('~assets/css/font.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
madzhlq9km
.css')
;
@import
url('//at.alicdn.com/t/font_2077629_
lvmqshn6xor
.css')
;
html
,
body
,
...
...
src/pages/system/document.vue
View file @
4c7f6bef
...
...
@@ -54,15 +54,15 @@
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<q-td
:props=
"props"
>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-z
iyuan"
color=
"warning"
style=
"font-weight:400
"
class=
"q-mr-xs"
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-z
hiding"
style=
"font-weight:400;color: #789CFF
"
class=
"q-mr-xs"
label=
"置顶"
@
click=
"setNoticeOtion(props.row.Id,1)"
v-if=
"props.row.NoticeState==1&&props.row.Is_Top==2"
/>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-
ziyuan"
color=
"warning"
style=
"font-weight:400
"
class=
"q-mr-xs"
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-
quxiaozhiding1"
style=
"font-weight:400;color:#FF7C93;
"
class=
"q-mr-xs"
label=
"取消置顶"
@
click=
"setNoticeOtion(props.row.Id,2)"
v-if=
"props.row.NoticeState==1&&props.row.Is_Top==1"
/>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-xiangqing-"
color=
"primary"
style=
"font-weight:400
"
class=
"q-mr-xs"
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-xiangqing-"
style=
"font-weight:400;color: #3FC4FF
"
class=
"q-mr-xs"
label=
"详情"
@
click=
"EditConfig(props.row.Id)"
/>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-chehui4"
color=
"deep-orange"
style=
"font-weight:400"
class=
"q-mr-xs"
label=
"撤回"
@
click=
"setNoticeOtion(props.row.Id,3)"
v-if=
"props.row.NoticeState==1"
/>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-xiugai1"
color=
"secondary"
style=
"font-weight:400
"
class=
"q-mr-xs"
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-xiugai1"
style=
"font-weight:400;color: #02C499
"
class=
"q-mr-xs"
label=
"修改"
v-if=
"props.row.NoticeState!=1"
@
click=
"addDoc(props.row.Id)"
/>
</q-td>
</
template
>
...
...
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