Commit 89f85210 authored by zhangyichen's avatar zhangyichen

修改bug 56432 部门、字典管理,状态无数据

parent 9a390348
......@@ -188,7 +188,7 @@ export default {
// 状态数据字典
statusOptions: [
{
dictLabel: '正常',
dictLabel: '启用',
dictValue: '1'
},
{
......
......@@ -330,7 +330,7 @@ export default {
// 状态数据字典
statusOptions: [
{
dictLabel: '正常',
dictLabel: '启用',
dictValue: '1'
},
{
......
......@@ -302,7 +302,7 @@ export default {
// 菜单状态数据字典
statusOptions: [
{
dictLabel: '正常',
dictLabel: '启用',
dictValue: '1'
},
{
......
......@@ -203,7 +203,7 @@
:key="dict.dictValue"
:label="dict.dictValue"
>{{ dict.dictLabel }}
<!-- <el-radio label="0">正常</el-radio>-->
<!-- <el-radio label="0">启用</el-radio>-->
<!-- <el-radio label="1">停用</el-radio>-->
</el-radio>
</el-radio-group>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment