前端-数据字典的增删改查

This commit is contained in:
YunaiV
2019-03-15 18:48:40 +08:00
parent b1e10dc507
commit f47e564772
5 changed files with 113 additions and 64 deletions

View File

@@ -8,7 +8,7 @@
"value": "1",
"displayName": "男",
"sort": 1,
"memo": ""
"memo": "性别 - 男"
},
{
"id": 2,
@@ -16,7 +16,7 @@
"value": "2",
"displayName": "女",
"sort": 2,
"memo": ""
"memo": "性别 - 女"
}
]
}