Browse Source

修改bug

Qukatie 1 year ago
parent
commit
fd9ca9680c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/tradeAgency/fee-infosimple.vue

+ 2 - 2
src/components/tradeAgency/fee-infosimple.vue

@@ -220,7 +220,7 @@ export default {
                     },
                     {
                         label: '合同号',
-                        prop: "contractNo",
+                        prop: "billNo",
                         width: '160',
                         overHidden: true,
                     },
@@ -342,7 +342,7 @@ export default {
                     },
                     {
                         label: '合同号',
-                        prop: "contractNo",
+                        prop: "billNo",
                         width: '160',
                         overHidden: true,
                     },