Compare commits
No commits in common. "45b15b6910efcaac6f702febe712a8fc9e8a8509" and "1149ad6bc98116ab5d37cf454c1b66bfc32b3038" have entirely different histories.
45b15b6910
...
1149ad6bc9
|
|
@ -121,7 +121,7 @@
|
||||||
v-if="
|
v-if="
|
||||||
item.useRatio &&
|
item.useRatio &&
|
||||||
item.inventory !== undefined &&
|
item.inventory !== undefined &&
|
||||||
specialArea == 14
|
specialArea === 14
|
||||||
"
|
"
|
||||||
>
|
>
|
||||||
<view class="inventory-progress-bar">
|
<view class="inventory-progress-bar">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue