@@ -159,6 +159,9 @@
>
<template slot-scope="scope">
{{ scope.row.patient.name }}
+ <span v-if="scope.row.assessment_before_dislysis && patientStateVal == 1">
+ ({{ getTime(scope.row.assessment_before_dislysis.created_time) }})
+ </span>
</template>
</el-table-column>
<el-table-column