在这里插入图片描述
效果如上

<u-line-progress :striped-active="true" :striped="true" :percentinfo="val.percentinfo" :round="true"  height="28" :active-color="val.color?val.color:'#18D775'" inactive-color="#CDE2DA" :percent="val.reachratio?val.reachratio:100"
	:show-percent="showPercent">
	<view class="u-percentage-slot" activeColor="#18D775">
		<text style="margin-right: 20rpx;">{{val.reachnum || 0}}/{{val.targetnum || 0}}</text>
		<!-- <text style="position: absolute;margin-left: 14rpx;color: #20242A;">{{40%}}
		</text> -->
	</view>
</u-line-progress>

更多推荐