@@ -75,6 +75,8 @@ watch(
);
const labelList = ref({
2: "quantity",
+ 4: "checkFee",
+ 5: "subtotal",
6: "total",
});
const textList = ref({
@@ -103,7 +105,7 @@ const getSummaries = ({ columns, data }) => {
return;
} else {
sums[index] = h("div", { class: "" }, [
- [1, 3, 4, 5].includes(index)
+ [1, 3].includes(index)
? h("div", {
style: {
"text-align": "center",