NEZ-566 fix:Administration 页面bug修复

This commit is contained in:
wangwenrui
2021-04-22 17:43:13 +08:00
parent d386168142
commit a28548cb39
16 changed files with 532 additions and 59 deletions

View File

@@ -38,7 +38,7 @@
{{scope.row[item.prop]}} ms
</span>
<span v-else-if="item.prop === 'username'">{{formatUsername(scope.row)}}</span>
<span v-else-if="item.prop === 'createDate'">{{utcTimeToTimezoneStr(scope.row[item.prop])}}</span>
<span v-else-if="item.prop === 'createDate'">{{scope.row[item.prop]}}</span>
<span v-else>{{scope.row[item.prop]}}</span>
</template>
</el-table-column>