Commit 714bac2a authored by 高铭波's avatar 高铭波

fix: 修改钱包结算单状态标记换行问题

parent 6723ed0a
......@@ -113,11 +113,12 @@
border: 2rpx solid #FF930D;
font-size: 20rpx;
color: #FF930D;
width: 80rpx;
min-width: 80rpx;
height: 40rpx;
text-align: center;
padding-top: 4rpx;
margin-right: 10rpx;
line-height: 40rpx;
padding: 0 10rpx;
&.settlement-type-y {
border: 2rpx solid #FF930D;
......
......@@ -77,15 +77,15 @@
return this.$u.timeFormat(this.data.updateDatetime, 'mm.dd')
}
}
},
methods:{
},
methods:{
handleClick() {
if(this.data.status == '已确认') {
this.$emit('click', this.data.orderId)
} else {
this.$u.toast('需等系统确认该订单,才可查看订单详情')
}
}
}
}
}
}
</script>
......@@ -130,10 +130,11 @@
border: 2rpx solid #FF930D;
font-size: 20rpx;
color: #FF930D;
width: 80rpx;
min-width: 80rpx;
height: 40rpx;
text-align: center;
padding-top: 4rpx;
line-height: 40rpx;
padding: 0 10rpx;
&.statement-type-y {
border: 2rpx solid #FF930D;
......@@ -163,4 +164,4 @@
margin: 0 30rpx;
}
}
</style>
</style>
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