fix: 修复字典种子数据显示问题
This commit is contained in:
@@ -260,7 +260,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "新增",
|
DictLabel = "新增",
|
||||||
DictValue = "1",
|
DictValue = "Insert",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 100,
|
OrderNum = 100,
|
||||||
Remark = "新增操作",
|
Remark = "新增操作",
|
||||||
@@ -272,7 +272,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "修改",
|
DictLabel = "修改",
|
||||||
DictValue = "2",
|
DictValue = "Update",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 99,
|
OrderNum = 99,
|
||||||
Remark = "修改操作",
|
Remark = "修改操作",
|
||||||
@@ -284,7 +284,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "删除",
|
DictLabel = "删除",
|
||||||
DictValue = "3",
|
DictValue = "Delete",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 98,
|
OrderNum = 98,
|
||||||
Remark = "删除操作",
|
Remark = "删除操作",
|
||||||
@@ -297,7 +297,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "授权",
|
DictLabel = "授权",
|
||||||
DictValue = "4",
|
DictValue = "Auth",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 97,
|
OrderNum = 97,
|
||||||
Remark = "授权操作",
|
Remark = "授权操作",
|
||||||
@@ -309,7 +309,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "导出",
|
DictLabel = "导出",
|
||||||
DictValue = "5",
|
DictValue = "Export",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 96,
|
OrderNum = 96,
|
||||||
Remark = "导出操作",
|
Remark = "导出操作",
|
||||||
@@ -321,7 +321,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "导入",
|
DictLabel = "导入",
|
||||||
DictValue = "6",
|
DictValue = "Import",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 95,
|
OrderNum = 95,
|
||||||
Remark = "导入操作",
|
Remark = "导入操作",
|
||||||
@@ -333,7 +333,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "强退",
|
DictLabel = "强退",
|
||||||
DictValue = "7",
|
DictValue = "ForcedOut",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 94,
|
OrderNum = 94,
|
||||||
Remark = "强退操作",
|
Remark = "强退操作",
|
||||||
@@ -345,7 +345,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "生成代码",
|
DictLabel = "生成代码",
|
||||||
DictValue = "8",
|
DictValue = "GenerateCode",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 93,
|
OrderNum = 93,
|
||||||
Remark = "生成代码操作",
|
Remark = "生成代码操作",
|
||||||
@@ -357,7 +357,7 @@ namespace Yi.Framework.Rbac.SqlSugarCore.DataSeeds
|
|||||||
{
|
{
|
||||||
|
|
||||||
DictLabel = "清空数据",
|
DictLabel = "清空数据",
|
||||||
DictValue = "9",
|
DictValue = "ClearData",
|
||||||
DictType = "sys_oper_type",
|
DictType = "sys_oper_type",
|
||||||
OrderNum = 92,
|
OrderNum = 92,
|
||||||
Remark = "清空数据操作",
|
Remark = "清空数据操作",
|
||||||
|
|||||||
Reference in New Issue
Block a user