Merge branch 'bd-dev' of 47.94.45.65:angelo/web-base-h5 into bd-test
This commit is contained in:
commit
1149ad6bc9
|
@ -118,7 +118,11 @@
|
||||||
<view>
|
<view>
|
||||||
<view
|
<view
|
||||||
class="inventory-progress-container"
|
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 class="inventory-progress-bar">
|
||||||
<view
|
<view
|
||||||
|
|
Loading…
Reference in New Issue