|
|
@@ -12,6 +12,7 @@
|
|
|
<view class="list-right">
|
|
|
<view class="price">X {{ info.num||0 }}</view>
|
|
|
<view class="num">{{info.status==0?'待完成':info.status==1?'已完成':info.status==2?'已取消':''}}</view>
|
|
|
+ <view style="position:absolute;left:-480upx;top:50upx;">{{info.finishStaffName}}</view>
|
|
|
</view>
|
|
|
</block>
|
|
|
</view>
|
|
|
@@ -55,6 +56,7 @@ export default {
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
width: 420upx;
|
|
|
+ color:black;
|
|
|
}
|
|
|
.desc {
|
|
|
color: $fontColor3;
|
|
|
@@ -62,6 +64,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.list-right {
|
|
|
+ position:relative;
|
|
|
text-align: right;
|
|
|
color: $fontColor2;
|
|
|
.price {
|