Commit 9ad5ef53 authored by Xuguangxing's avatar Xuguangxing

feat: 更改库存进度条颜色

parent 03efa310
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
<cr-progress <cr-progress
class="group-item-progress" class="group-item-progress"
stroke-width="5" stroke-width="5"
color="#EC1500" color="#F7F8F9"
track-color="#F7F8F9" track-color="#EC1500"
:show-pivot="false" :show-pivot="false"
:percentage="stockPercentage" :percentage="stockPercentage"
/> />
......
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
<cr-progress <cr-progress
class="group-item-progress" class="group-item-progress"
stroke-width="5" stroke-width="5"
color="#EC1500" color="#F7F8F9"
track-color="#F7F8F9" track-color="#EC1500"
:show-pivot="false" :show-pivot="false"
:percentage="handleProgressByStatus(goodsItem)" :percentage="handleProgressByStatus(goodsItem)"
/> />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment