fix : comments 页面时间更改

This commit is contained in:
likexuan
2022-10-10 17:25:23 +08:00
parent 81dbac2b82
commit 08029581a5

View File

@@ -37,7 +37,7 @@
<i class="nz-icon nz-icon-user" style="margin-right: 4px;"></i>
<span class="descriptions-name">{{scope.row.createUser.name}}</span>
<span class="descriptions-name-small">@{{scope.row.createUser.name}}</span>
<span class="descriptions-time">{{utcTimeToTimezoneStr(scope.row.cts)}}</span>
<span class="descriptions-time">{{momentTz(scope.row.cts)}}</span>
<i v-if="scope.row.createUser.id == userId" class="nz-icon nz-icon-edit descriptions-button" @click="edit(scope.row.id)" :title="$t('overall.edit')" style="margin-right: 18px;cursor: pointer;"></i>
<i v-if="scope.row.createUser.id == userId" class="nz-icon nz-icon-delete descriptions-button" @click="$emit('del', scope.row)" :title="$t('overall.delete')" style="cursor: pointer;"></i>
</div>