File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 7
7
<div class =" top-container" >
8
8
<div class =" logo" >
9
9
<img class =" img" src =" @/assets/logo-hey.png" >
10
- <h3 >Gridea</h3 >
11
10
</div >
12
11
<a-menu mode =" inline" :defaultSelectedKeys =" ['articles']" @click =" clickMenu" >
13
12
<a-menu-item key =" articles" >
Original file line number Diff line number Diff line change 42
42
slot =" name"
43
43
slot-scope =" text, record"
44
44
@click =" editPost(record)"
45
- ><i class =" zwicon-document post-icon" ></i > {{ text }} <a-tag v-if =" record.data.hideInList" color =" orange" >Hide</a-tag > </a >
45
+ >
46
+ <i class =" zwicon-document post-icon" ></i >
47
+ {{ text }}
48
+ <a-tag v-if =" record.data.hideInList" color =" orange" >HIDE</a-tag >
49
+ <a-tag v-if =" record.data.isTop" color =" orange" >TOP</a-tag >
50
+ </a >
46
51
<a-tag
47
52
:class =" {'tag-success': text, 'tag-draft': !text }"
48
53
slot =" status"
You can’t perform that action at this time.
0 commit comments