Compare commits
2 Commits
b011045709
...
1149ad6bc9
| Author | SHA1 | Date |
|---|---|---|
|
|
1149ad6bc9 | |
|
|
7d4f09cb9c |
|
|
@ -118,7 +118,11 @@
|
|||
<view>
|
||||
<view
|
||||
class="inventory-progress-container"
|
||||
v-if="item.useRatio && item.inventory !== undefined"
|
||||
v-if="
|
||||
item.useRatio &&
|
||||
item.inventory !== undefined &&
|
||||
specialArea === 14
|
||||
"
|
||||
>
|
||||
<view class="inventory-progress-bar">
|
||||
<view
|
||||
|
|
|
|||
Loading…
Reference in New Issue