@@ -586,17 +586,19 @@ const config = computed(() => {
},
}
: {},
- {
- attrs: {
- label: "作废",
- type: "primary",
- text: true,
- },
- el: "button",
- click() {
- handleEditOne(row);
+ row.purchaseStatus != 88
+ ? {
+ attrs: {
+ label: "作废",
+ type: "primary",
+ text: true,
+ },
+ el: "button",
+ click() {
+ handleEditOne(row);
+ }
+ : {},
{
attrs: {
label: "终止",