RuoYi
2023-03-17 0fca81b35008a62615427c1715dd6ddde902fe6c
src/views/system/menu/index.vue
@@ -69,7 +69,7 @@
               <dict-tag :options="sys_normal_disable" :value="scope.row.status" />
            </template>
         </el-table-column>
         <el-table-column label="创建时间" align="center" prop="createTime">
         <el-table-column label="创建时间" align="center" width="160" prop="createTime">
            <template #default="scope">
               <span>{{ parseTime(scope.row.createTime) }}</span>
            </template>