From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch

---
 company/src/components/enterprise/directInsuranceDetails.vue |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/company/src/components/enterprise/directInsuranceDetails.vue b/company/src/components/enterprise/directInsuranceDetails.vue
index 84ce8bc..c4d92e5 100644
--- a/company/src/components/enterprise/directInsuranceDetails.vue
+++ b/company/src/components/enterprise/directInsuranceDetails.vue
@@ -103,17 +103,17 @@
                 </el-table-column>
                 <el-table-column
                     align="center"
-                    prop="solutionsName"
+                    prop="solutionName"
                     label="淇濋櫓鏂规">
                 </el-table-column>
                 <el-table-column
                     align="center"
-                    prop="downCode"
+                    prop="taxDoneCode"
                     label="鍙戠エ鍙�">
                 </el-table-column>
                 <el-table-column
                     align="center"
-                    prop="createTime"
+                    prop="createDate"
                     label="鐢宠寮�绁ㄦ椂闂�">
                 </el-table-column>
                 <el-table-column
@@ -242,6 +242,9 @@
         &:nth-child(5),&:nth-child(4) {
             color:rgba(249, 86, 1, 0.996078431372549);
         }
+        &:nth-child(4) {
+            color:rgba(249, 86, 1, 0.996078431372549);
+        }
     }
     .red {
         color: red;
@@ -263,7 +266,8 @@
         .info_list {
             width: 100%;
             display: flex;
-            align-items: left;
+            /*align-items: left;*/
+            align-items: flex-start;
             flex-wrap: wrap;
             .list::v-deep {
                 width: 100%;

--
Gitblit v1.9.3