From a17257382b733190906c8d485e9f6d176ffd60a3 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期五, 14 八月 2026 11:48:31 +0800
Subject: [PATCH] Merge branch 'dev_pro2.0' of http://114.132.189.42:9002/r/mom-pro2-before into dev_pro2.0

---
 src/views/srm/supplierCertificate/data.ts |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/srm/supplierCertificate/data.ts b/src/views/srm/supplierCertificate/data.ts
index 34a7cde..1472c53 100644
--- a/src/views/srm/supplierCertificate/data.ts
+++ b/src/views/srm/supplierCertificate/data.ts
@@ -60,7 +60,7 @@
       componentProps: { placeholder: '璇疯緭鍏ラ鍙戞満鏋�' },
     },
     {
-      fieldName: 'issueDate',
+      fieldName: 'validStartDate',
       label: '棰佸彂鏃ユ湡',
       component: 'DatePicker',
       componentProps: {
@@ -71,7 +71,7 @@
       },
     },
     {
-      fieldName: 'expireDate',
+      fieldName: 'validEndDate',
       label: '鍒版湡鏃ユ湡',
       component: 'DatePicker',
       componentProps: {
@@ -140,8 +140,8 @@
       cellRender: { name: 'CellTag', props: CERTIFICATE_TYPE_CELLTAG },
     },
     { field: 'issuingAuthority', title: '棰佸彂鏈烘瀯', minWidth: 120 },
-    { field: 'issueDate', title: '棰佸彂鏃ユ湡', minWidth: 120 },
-    { field: 'expireDate', title: '鍒版湡鏃ユ湡', minWidth: 120 },
+    { field: 'validStartDate', title: '棰佸彂鏃ユ湡', minWidth: 120 },
+    { field: 'validEndDate', title: '鍒版湡鏃ユ湡', minWidth: 120 },
     { field: 'createTime', title: '鍒涘缓鏃堕棿', minWidth: 160 },
     {
       title: '鎿嶄綔',

--
Gitblit v1.9.3