退回优化
This commit is contained in:
parent
16515bad26
commit
f151d168a2
|
|
@ -196,7 +196,8 @@ const getOutboundDetailsData = async () => {
|
|||
];
|
||||
options2.value = [
|
||||
// { text: '退回',style: {backgroundColor: '#ed6042',color: '#fff',fontSize: '28rpx'}},
|
||||
{ text: '查看',style: {backgroundColor: '#3784fb',color: '#fff',fontSize: '28rpx'}}
|
||||
{ text: '查看',style: {backgroundColor: '#3784fb',color: '#fff',fontSize: '28rpx'}},
|
||||
{ text: '退回',style: {backgroundColor: '#ed6042',color: '#fff',fontSize: '28rpx'}}
|
||||
]
|
||||
}else if(taskStatus.value==4){
|
||||
options.value = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue