8f01514e by lihua

交付添加失败状态

1 parent 82a24e9f
......@@ -106,6 +106,8 @@ const tableFields = ref([
return '已交付';
case 3:
return '交付中';
case 4:
return '交付失败';
default:
return '--';
}
......@@ -118,6 +120,8 @@ const tableFields = ref([
return 'success';
case 1:
return 'info';
case 4:
return 'danger';
default:
return 'info';
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!