补充了一些信息;区块列表最新块出现在最上面

This commit is contained in:
Nova
2019-02-11 00:10:03 +08:00
parent da901b9e79
commit f6f8eecff0
10 changed files with 79 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ export default {
},
owner: {
tableHeader: '我的交易',
searchHolder: '请输入该输入的',
searchHolder: '请输入查询内容',
thId: '交易 ID',
thType: '类型',
thSender: '发送者',
@@ -48,9 +48,12 @@ export default {
tableHeader: '本节点打包的区块列表',
searchHolder: '输入要查询的区块高度或者区块哈希',
thHeight: '区块高度',
thTimestamp: '时间戳',
thType: '区块类型',
thHash: '区块哈希',
thTimestamp: '时间戳',
thWinner: '获胜者',
thPacker: '打包区块者',
thRewardPacker: '打包奖励',
tableNone: '暂无数据',
},
}