Browse Source

chore: no api call

ebagabee 1 tháng trước cách đây
mục cha
commit
3427207029

+ 5 - 4
src/pages/tbr/tabs/BillingsTab.vue

@@ -4,6 +4,7 @@
     :columns="columns"
     :columns="columns"
     :show-search-field="true"
     :show-search-field="true"
     :add-item="true"
     :add-item="true"
+    no-api-call
     add-item-label="Gerar Cobranças"
     add-item-label="Gerar Cobranças"
     @on-add-item="onAddItem"
     @on-add-item="onAddItem"
   >
   >
@@ -82,12 +83,12 @@ const rows = ref([
   {
   {
     id: 1,
     id: 1,
     unit_name: "Foz do Iguaçu",
     unit_name: "Foz do Iguaçu",
-    royalties_value: 648.40,
+    royalties_value: 648.4,
     royalties_rule: "FIXO 40%",
     royalties_rule: "FIXO 40%",
-    fnm_value: 324.20,
+    fnm_value: 324.2,
     fnm_rule: "FIXO 20%",
     fnm_rule: "FIXO 20%",
-    maintenance_value: 486.30,
-    total: 1458.90,
+    maintenance_value: 486.3,
+    total: 1458.9,
   },
   },
 ]);
 ]);
 const monthYear = ref(null);
 const monthYear = ref(null);