This commit is contained in:
闫晓茹 2024-06-17 16:17:45 +08:00
parent 02897b57b3
commit 70b2751e9b

View File

@ -135,7 +135,7 @@
}}</span>
</template>
</el-table-column>
<el-table-column label="随访时间" align="center" prop="executeTime" >
<el-table-column label="随访时间" align="center" prop="executeTime" width="50">
<template slot-scope="scope">
<span>{{ parseTime(scope.row.executeTime, "{y}-{m}-{d}") }}</span>
</template>