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