File tree Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Expand file tree Collapse file tree 1 file changed +13
-15
lines changed Original file line number Diff line number Diff line change 137
137
</ ul >
138
138
</ div >
139
139
</ template >
140
- < template v-if ="item.role_id == 0 ">
141
- <!-- Split button -->
142
- < div class ="btn-group btn-group-download ">
143
- < button type ="button " class ="btn btn-default "> < i class ="fa fa-cloud-download "> </ i > 导出项目</ button >
144
- < button type ="button " class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
145
- < span class ="caret "> </ span >
146
- < span class ="sr-only "> Toggle Dropdown</ span >
147
- </ button >
148
- < ul class ="dropdown-menu ">
149
- < li > < a :href ="'{{urlfor "DocumentController.Export " ":key" ""}}' + item.identify+'?output=pdf '"> 导出 PDF</ a > </ li >
150
- < li > < a :href ="'{{urlfor "DocumentController.Export " ":key" ""}}' + item.identify+'?output=mobi '"> 导出 MOBI</ a > </ li >
151
- < li > < a :href ="'{{urlfor "DocumentController.Export " ":key" ""}}' + item.identify+'?output=epub '"> 导出 EPUB</ a > </ li >
152
- </ ul >
153
- </ div >
154
- </ template >
140
+
141
+ < div class ="btn-group btn-group-download ">
142
+ < button type ="button " class ="btn btn-default "> < i class ="fa fa-cloud-download "> </ i > 导出项目</ button >
143
+ < button type ="button " class ="btn btn-default dropdown-toggle " data-toggle ="dropdown " aria-haspopup ="true " aria-expanded ="false ">
144
+ < span class ="caret "> </ span >
145
+ < span class ="sr-only "> Toggle Dropdown</ span >
146
+ </ button >
147
+ < ul class ="dropdown-menu ">
148
+ < li > < a :href ="'{{urlfor "DocumentController.Export " ":key" ""}}' + item.identify+'?output=pdf '"> 导出 PDF</ a > </ li >
149
+ < li > < a :href ="'{{urlfor "DocumentController.Export " ":key" ""}}' + item.identify+'?output=mobi '"> 导出 MOBI</ a > </ li >
150
+ < li > < a :href ="'{{urlfor "DocumentController.Export " ":key" ""}}' + item.identify+'?output=epub '"> 导出 EPUB</ a > </ li >
151
+ </ ul >
152
+ </ div >
155
153
156
154
</ div >
157
155
</ div >
You can’t perform that action at this time.
0 commit comments