fix : 修复阶段变更/详情/编辑功能

This commit is contained in:
2024-06-04 18:23:42 +08:00
parent 8f1cc442ac
commit b9d33bd6e4
9 changed files with 228 additions and 42 deletions

View File

@@ -36,6 +36,7 @@
<el-table-column prop="orderNum" label="排序" width="60px"/>
<el-table-column prop="perms" label="权限标识"/>
<el-table-column prop="component" label="组件路径"/>
<el-table-column prop="path" label="路由地址"/>
<el-table-column prop="state" label="状态" width="80px">
<template #default="scope">
<tag dict-type="normal_disable" :value="scope.row.state"/>