dedsudiyu 3 months ago
parent
commit
bc294c2045
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/safetyCheck/safetyHazard/rectificationNotice/index.vue

+ 1 - 1
src/views/safetyCheck/safetyHazard/rectificationNotice/index.vue

@@ -130,7 +130,7 @@
           </el-table-column>
           <el-table-column label="整改期限" prop="rectifyDeadline" width="160" show-overflow-tooltip>
             <template slot-scope="scope">
-              <span>{{ parseTime(scope.row.rectifyDeadline,"{y}-{m}-{d} {h}:{i}") }}</span>
+              <span>{{ parseTime(scope.row.rectifyDeadline,"{y}-{m}-{d}") }}</span>
             </template>
           </el-table-column>
           <el-table-column label="整改状态" prop="state" width="100" show-overflow-tooltip>