diff --git a/src/store/index.js b/src/store/index.js index f718c61..ed67902 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -78,7 +78,7 @@ export default new Vuex.Store({ { method: 'torrent-get', arguments: { - fields: ['id', 'name', 'status', 'hashString', 'totalSize', 'percentDone', 'addedDate', 'leftUntilDone', + fields: ['id', 'name', 'status', 'hashString', 'totalSize', 'percentDone', 'addedDate', 'leftUntilDone', 'sizeWhenDone', 'rateDownload', 'rateUpload', 'recheckProgress', 'peersGettingFromUs', 'peersSendingToUs', 'eta', 'metadataPercentComplete', 'uploadRatio', 'uploadedEver', 'downloadedEver', 'downloadDir', 'error', 'errorString', 'doneDate', 'queuePosition', 'activityDate' diff --git a/src/views/Mobile.vue b/src/views/Mobile.vue index d66401d..3aaa08f 100644 --- a/src/views/Mobile.vue +++ b/src/views/Mobile.vue @@ -126,10 +126,10 @@ - 剩余 {{ item.eta | timeInterval }} + 剩余 {{ item.eta | timeInterval }}