src/views/patient/patient/outpatient.vue
@@ -159,12 +159,12 @@ <el-table-column label="就诊时间" align="center" key="admindate" prop="admindate" key="admitdate" prop="admitdate" width="160" > <template slot-scope="scope"> <span>{{ formatTime(scope.row.admindate) }}</span> <span>{{ formatTime(scope.row.admitdate) }}</span> </template> </el-table-column>