项目计划管理

This commit is contained in:
Vergil
2020-03-09 16:32:45 +08:00
parent 443f8e1ee2
commit 9d7a8cc218
4 changed files with 211 additions and 248 deletions

View File

@@ -64,7 +64,8 @@ export default {
case 'EquipmentMonitoring':
document.getElementById('app-main').style.width = '1710px'
break
case '0': // 补位用switch至少两个case,否则显示警告)
case 'ProjectPlanningManagementNew': // 项目计划管理
document.getElementById('app-main').style.width = '1710px'
break
default:
document.getElementById('app-main').style.width = '1380px'