From cd2a5241cdbee482652d987c3553f7aa2e2d0679 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 31 一月 2023 11:35:41 +0800
Subject: [PATCH] fix: bug

---
 src/views/cause/Entry.vue |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/views/cause/Entry.vue b/src/views/cause/Entry.vue
index 32074a5..7c226aa 100644
--- a/src/views/cause/Entry.vue
+++ b/src/views/cause/Entry.vue
@@ -266,9 +266,9 @@
 }}</span>
               </template>
             </el-table-column>
-            <el-table-column width="200" prop="ctime" label="鎶ユ鏃堕棿">
+            <el-table-column width="200" prop="reportTime" label="鎶ユ鏃堕棿">
               <template slot-scope="scope">
-                <span>{{ scope.row.ctime === null ? "2022-07-12 10:32:56" : scope.row.ctime }}</span>
+                <span>{{ scope.row.reportTime === null ? "2022-07-12 10:32:56" : scope.row.reportTime }}</span>
               </template>
             </el-table-column>
             <el-table-column label="鎿嶄綔">
@@ -393,13 +393,13 @@
                 </el-form-item>
               </el-col>
               
-              <el-col :span="12">
+              <!-- <el-col :span="12">
                 <el-form-item prop="reportTime" label="鎶ユ鏃堕棿">
                   <el-date-picker v-model="updateReportForm.reportTime" type="datetime" placeholder="閫夋嫨鏃ユ湡鏃堕棿" clearable
                     :style="{ width: '100%' }" value-format="yyyy-MM-dd HH:mm:ss">
                   </el-date-picker>
                 </el-form-item>
-              </el-col>
+              </el-col> -->
               <el-col :span="12">
                 <el-form-item label="琚獥鏃堕棿" prop="cheatTime">
                   <el-date-picker v-model="updateReportForm.cheatTime" type="datetime" placeholder="閫夋嫨鏃ユ湡鏃堕棿" clearable
@@ -1230,7 +1230,7 @@
       this.updateReportPrams.groupId = this.updateReportForm.groupId
       this.updateReportPrams.id = this.updateReportForm.id
       this.updateReportPrams.reportMaterials = this.updateReportPrams.fileList.map(i => i.data).join(',')
-      debugger
+     
       this.updateReportPrams.pic=this.updateReportForm.pic
       let form = null;
       form = this.updateReportPrams;
@@ -1249,7 +1249,6 @@
 
     //缂栬緫妗堜欢浜哄憳
     updataReport(val) {
-      debugger
       this.updateReportVisible = true;
       this.updateReportForm = Object.assign({}, val);
       this.causeId = val.causeId;

--
Gitblit v1.8.0