优化返回内容
This commit is contained in:
@@ -294,7 +294,7 @@
|
|||||||
</el-tag>
|
</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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">
|
<template slot-scope="scope">
|
||||||
{% raw %}{{ scope.row.latest_active_time || '-' }}{% endraw %}
|
{% raw %}{{ scope.row.latest_active_time || '-' }}{% endraw %}
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user