dedsudiyu 3 月之前
父節點
當前提交
bc294c2045
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
           <el-table-column label="整改期限" prop="rectifyDeadline" width="160" show-overflow-tooltip>
           <el-table-column label="整改期限" prop="rectifyDeadline" width="160" show-overflow-tooltip>
             <template slot-scope="scope">
             <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>
             </template>
           </el-table-column>
           </el-table-column>
           <el-table-column label="整改状态" prop="state" width="100" show-overflow-tooltip>
           <el-table-column label="整改状态" prop="state" width="100" show-overflow-tooltip>