fix : comments 页面时间更改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user