修改
This commit is contained in:
parent
02897b57b3
commit
70b2751e9b
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user