Add next task balance
This commit is contained in:
@ -111,6 +111,14 @@
|
||||
<td></td>
|
||||
</tr>
|
||||
|
||||
<resource-line
|
||||
v-if="villageState.required.active"
|
||||
:title="'Баланс след.:'"
|
||||
:hint="'Баланс следующей задачи'"
|
||||
:resources="villageState.required.balance"
|
||||
:time1="renderGatheringTime(villageState.required.time)"
|
||||
/>
|
||||
|
||||
<resource-line
|
||||
v-for="queueState of villageState.queues"
|
||||
v-bind:key="villageState.id + queueState.queue"
|
||||
|
Reference in New Issue
Block a user