RuoYi
2023-02-28 612164abde3a9cda59a89e174866807938d4ff7d
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>