@@ -360,7 +360,8 @@ const config = computed(() => {
clickSelect(row);
},
}
- : {
+ : row.status == 40 || row.status == 50
+ ? {
attrs: {
label: "售后",
type: "primary",
@@ -370,7 +371,8 @@ const config = computed(() => {
click() {
clickAfterSale(row);
- },
+ }
+ : {},
!props.selectStatus && row.status && row.status != 0
? {