WIP: Try vue #244

Closed
romanov73 wants to merge 49 commits from try-vue into dev
2 changed files with 15 additions and 12 deletions
Showing only changes of commit 7c1b87c126 - Show all commits

View File

@ -40,7 +40,7 @@ import static ru.ulstu.paper.model.ReferenceDto.ReferenceType.BOOK;
@Service @Service
public class PaperService { public class PaperService {
private final static int MAX_DISPLAY_SIZE = 50; private final static int MAX_DISPLAY_SIZE = 75;
private final static String PAPER_FORMATTED_TEMPLATE = "%s %s"; private final static String PAPER_FORMATTED_TEMPLATE = "%s %s";
private final PaperNotificationService paperNotificationService; private final PaperNotificationService paperNotificationService;

View File

@ -1,4 +1,5 @@
<template> <template>
<div>
<div class="row text-left paper-row" style="background-color: white;"> <div class="row text-left paper-row" style="background-color: white;">
<div class="col-sm-12"> <div class="col-sm-12">
<paper-status :status="paper.status" <paper-status :status="paper.status"
@ -17,6 +18,8 @@
<span class="text-muted">{{ getAuthors }}</span> <span class="text-muted">{{ getAuthors }}</span>
</div> </div>
</div> </div>
<hr>
</div>
</template> </template>
<script> <script>