Browse Source

adm:feat > 添加项目 万达模型测试项目2

shaun-sheep 4 years ago
parent
commit
e52f81bb86
2 changed files with 5 additions and 1 deletions
  1. 4 0
      src/framework/layout/layout-store.js
  2. 1 1
      src/views/ready/buildfloor/index.vue

+ 4 - 0
src/framework/layout/layout-store.js

@@ -80,6 +80,10 @@ export default {
         id: "Pj3702120001",
         name: "金融中心",
         pwd: "saga123456"
+      },{
+        id: "Pj1101051130",
+        name: "万达模型测试项目2",
+        pwd: "saga123456"
       }],
     breadcrumb: [],
     uploaderList: [], //当前上传文件列表

+ 1 - 1
src/views/ready/buildfloor/index.vue

@@ -224,7 +224,7 @@ export default {
         //一级循环出来一级标签
         let list = res.content.filter(i => (i.firstName !== '工作历') && (i.firstName !== '能耗信息') && (i.firstName !== '人员信息'))
         list.map(item => {
-          console.table(item.category, item.dataType)
+          // console.table(item.category, item.dataType)
           const category = ['ENUM', 'MENUM', 'BOOLEAN']
           if (item.category == 'STATIC' && item.dataType.includes(category) && item.dataSource) {
             item.options = item.dataSource