Merge branch 'main' of http://git.excellentkk.cn/mkm/OfficeApp
This commit is contained in:
commit
694cad2ed8
@ -66,8 +66,8 @@
|
||||
</view>
|
||||
<view style="margin: 10rpx 0;">
|
||||
<u-steps :current="record.length" direction="column">
|
||||
<u-steps-item :title="item.content" :desc="item.create_time"
|
||||
v-for="(item,index) in goodsDetil.record">
|
||||
<u-steps-item :title="item.content" :error="index==record.length-1?true:false"
|
||||
:desc="item.create_time" v-for="(item,index) in goodsDetil.record">
|
||||
</u-steps-item>
|
||||
</u-steps>
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user