优化返回内容

This commit is contained in:
liuwei
2026-01-19 17:41:52 +08:00
parent 3ce78069ce
commit c3f6cf1bd9

View File

@@ -294,7 +294,7 @@
</el-tag>
</template>
</el-table-column>
<el-table-column prop="latest_active_time" label="活跃时间" width="200">
<el-table-column prop="latest_active_time" label="活跃时间" >
<template slot-scope="scope">
{% raw %}{{ scope.row.latest_active_time || '-' }}{% endraw %}
</template>