แก้ไขการแสดงเวลา (support)
This commit is contained in:
parent
fc369de729
commit
e910d252aa
5 changed files with 260 additions and 225 deletions
|
|
@ -105,6 +105,7 @@ watch(searchData, () => {
|
|||
$q.screen.gt.xs ? '' : (store.openChat = true);
|
||||
store.currentIssue = item.id;
|
||||
store.currentTitle = item.title;
|
||||
store.currentIssueDate = item.createdAt
|
||||
store.issue
|
||||
? (store.issue.result = store.issue.result.map(
|
||||
(v) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue