lxf hace 1 año
padre
commit
5f98dbdeca

+ 7 - 0
src/views/group/finance/check-bill/index.vue

@@ -207,6 +207,13 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "合同数量",
+        prop: "orderNum",
+        width: 100,
+      },
+    },
+    {
+      attrs: {
         label: "对账时间",
         prop: "timePeriod",
         align: "center",

+ 7 - 0
src/views/subsidiary/finance/check-bill/index.vue

@@ -124,6 +124,13 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "合同数量",
+        prop: "orderNum",
+        width: 100,
+      },
+    },
+    {
+      attrs: {
         label: "对账时间",
         prop: "timePeriod",
         align: "center",