@@ -686,19 +686,19 @@ const config = computed(() => {
},
}
: {},
- row.businessStatus == 1 && row.isCanConfirm
- ? {
- attrs: {
- label: "回告",
- type: "danger",
- text: true,
- },
- el: "button",
- click() {
- getTellDtl(row);
- }
- : {},
+ // row.businessStatus == 1 && row.isCanConfirm
+ // ? {
+ // attrs: {
+ // label: "回告",
+ // type: "danger",
+ // text: true,
+ // },
+ // el: "button",
+ // click() {
+ // getTellDtl(row);
+ // }
+ // : {},
];