src/views/followvisit/discharge/index.vue
@@ -317,10 +317,22 @@ prop="createBy" width="120" /> <el-table-column label="随访时间" sortable align="center" prop="visitTime" width="160" > <template slot-scope="scope"> <span>{{ parseTime(scope.row.visitTime) }}</span> </template> </el-table-column> <el-table-column label="完成时间" sortable align="center" prop="finishtime" width="160" >