Browse Source

会议申报

wangguangping 3 years ago
parent
commit
15680bbba8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/main/meetingDeclaration/marketDecisionMeeting.vue

+ 1 - 1
src/pages/main/meetingDeclaration/marketDecisionMeeting.vue

@@ -47,7 +47,7 @@
                     style="width: 100%"
                     v-loading="loading"
                 >
-                    <el-table-column label="会议时间"  align="center"  width="300px" :formatter="dateFormat">
+                    <el-table-column label="会议时间"  align="center"  width="300px" prop="meetingTime" :formatter="dateFormat">
                         <!-- <template slot-scope="scope">
                             <span>{{
                                 $formatDate(scope.row.meetingTime, "YYYY-MM-DD")