lxf 1 年之前
父節點
當前提交
5f98dbdeca
共有 2 個文件被更改,包括 14 次插入0 次删除
  1. 7 0
      src/views/group/finance/check-bill/index.vue
  2. 7 0
      src/views/subsidiary/finance/check-bill/index.vue

+ 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",