diff --git a/dist.zip b/dist.zip index 6bb847c2..2a67bb71 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/router/index.js b/src/router/index.js index 9e40a22e..80ad572b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1663,25 +1663,29 @@ const routes2 = [ { path: '/projectQu/projectManage/qualityTesting', name: 'projectQuqualityTesting', - component: () => import('@/views/projectQu/projectManage/projectSupervision/qualityTesting.vue') + // @/views/projectQu/projectManage/projectSupervision/qualityTesting.vue + component: () => import('@/views/projectQu/noData.vue') }, // 项目报监 安检 { path: '/projectQu/projectManage/securityCheck', name: 'projectQusecurityCheck', - component: () => import('@/views/projectQu/projectManage/projectSupervision/securityCheck.vue') + // @/views/projectQu/projectManage/projectSupervision/securityCheck.vue + component: () => import('@/views/projectQu/noData.vue') }, // 资金管理 收入 { path: '/projectQu/projectManage/income', name: 'projectQuincome', - component: () => import('@/views/projectQu/projectManage/fundManage/income.vue') + // @/views/projectQu/projectManage/fundManage/income.vue + component: () => import('@/views/projectQu/noData.vue') }, // 资金管理 支出 { path: '/projectQu/projectManage/expenditure', name: 'projectQuExpenditure', - component: () => import('@/views/projectQu/projectManage/fundManage/expenditure.vue') + // @/views/projectQu/projectManage/fundManage/expenditure.vue + component: () => import('@/views/projectQu/noData.vue') }, // 合同管理 { diff --git a/src/views/projectAdmin/dataBoard/digitalSite.vue b/src/views/projectAdmin/dataBoard/digitalSite.vue index f838ac0e..b723d0a1 100644 --- a/src/views/projectAdmin/dataBoard/digitalSite.vue +++ b/src/views/projectAdmin/dataBoard/digitalSite.vue @@ -702,8 +702,9 @@ : $t("message.dataBoard.driverInfo") }} + @@ -4587,6 +4588,7 @@ export default { this.towerBasicInfo = res.result; this.weightSet = res.result.tower.weightSet; this.towerBasicInfoDriverList = res.result.driverList; + console.log('驾驶员信息',this.towerBasicInfoDriverList) this.nutHostId = res.result.tower.nutHostId; realWidth = this.towerBasicInfo.tower.forearmLength; realHeight = this.towerBasicInfo.tower.towerHeight; diff --git a/src/views/projectThree/homePage.vue b/src/views/projectThree/homePage.vue index aed34172..22b39809 100644 --- a/src/views/projectThree/homePage.vue +++ b/src/views/projectThree/homePage.vue @@ -267,7 +267,7 @@ export default { background-color: #396df7; border-radius: 14px; color: #fff; - width: 230px; + width: 200px; height: 45px; line-height: 45px; margin-top:15px; @@ -332,9 +332,7 @@ export default { border-radius:10px; } .contentBox{ - padding:20px 20px 20px 0px ; - box-sizing:box-sizing; } .flex { display: flex;