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