update menu/index.vue

This commit is contained in:
不做码农 2022-06-14 21:33:22 +08:00
parent 1540697bd1
commit 1d0ac33322

View File

@ -86,7 +86,7 @@
<dict-tag :options="sys_normal_disable" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column :label="$t('common.addTime')" align="center" prop="createTime">
<el-table-column :label="$t('common.addTime')" align="center" prop="createTime" :show-overflow-tooltip="true">
<template #default="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>