Ver código fonte

修改了合同期限

bding 2 semanas atrás
pai
commit
1550b97f7c
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/dataReport_manage/configdata.js

+ 2 - 2
src/views/dataReport_manage/configdata.js

@@ -231,7 +231,7 @@ export const RaiStockTableColums = [
   {
     label: "合同期限",
     dataType: "新签客户,续约客户",
-    key: "EndDate"
+    key: "StartDate"
   },
   {
     label: "合同金额",
@@ -429,7 +429,7 @@ export const equityTableColums = (type) => {
         },
         {
           label: "合同期限",
-          key: "EndDate",
+          key: "StartDate",
           dataType: "未续约客户",
           sort: true,
         },