src/views/patient/patient/outpatient.vue
@@ -156,7 +156,7 @@ width="160" > <template slot-scope="scope"> <span>{{ parseTime(scope.row.createTime) }}</span> <span>{{ formatTime(scope.row.createTime) }}</span> </template> </el-table-column> @@ -681,7 +681,7 @@ /** 下载模板操作 */ importTemplate() { this.download( "system/user/importTemplate", "smartor/import/getImportPatTemplate", {}, `user_template_${new Date().getTime()}.xlsx` );