角色授权菜单模块名称调整
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
update Sys_Const
|
||||||
|
set ConstText='关键事项与协调沟通'
|
||||||
|
where GroupId='MenuType_P' and ConstText='关键事项'
|
||||||
|
go
|
||||||
|
update Sys_Const
|
||||||
|
set ConstText='试车及移交管理'
|
||||||
|
where GroupId='MenuType_P' and ConstText='试车管理'
|
||||||
|
go
|
||||||
|
update Sys_Const
|
||||||
|
set ConstText='施工管理'
|
||||||
|
where GroupId='MenuType_P' and ConstText='进度管理'
|
||||||
|
go
|
||||||
|
delete Sys_Const
|
||||||
|
where GroupId='MenuType_P' and ConstText in('移交管理','材料管理','协调与沟通')
|
||||||
|
go
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|||||||
Reference in New Issue
Block a user