修复了数字工地司机信息

This commit is contained in:
骆乐 2022-07-16 18:01:49 +08:00
parent 53eb10156b
commit d51d8ffea6
4 changed files with 12 additions and 8 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -1663,25 +1663,29 @@ const routes2 = [
{ {
path: '/projectQu/projectManage/qualityTesting', path: '/projectQu/projectManage/qualityTesting',
name: 'projectQuqualityTesting', 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', path: '/projectQu/projectManage/securityCheck',
name: 'projectQusecurityCheck', 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', path: '/projectQu/projectManage/income',
name: 'projectQuincome', 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', path: '/projectQu/projectManage/expenditure',
name: 'projectQuExpenditure', name: 'projectQuExpenditure',
component: () => import('@/views/projectQu/projectManage/fundManage/expenditure.vue') // @/views/projectQu/projectManage/fundManage/expenditure.vue
component: () => import('@/views/projectQu/noData.vue')
}, },
// 合同管理 // 合同管理
{ {

View File

@ -702,8 +702,9 @@
: $t("message.dataBoard.driverInfo") : $t("message.dataBoard.driverInfo")
}} }}
</div> </div>
<!-- 驾驶员信息 -->
<vue-scroll <vue-scroll
v-if="towerBasicInfoDriverList.length != 0" v-if="towerBasicInfoDriverList.length > 0"
style="height: 130px; margin-bottom: 10px" style="height: 130px; margin-bottom: 10px"
> >
<!-- driverIdCardidCard--> <!-- driverIdCardidCard-->
@ -4587,6 +4588,7 @@ export default {
this.towerBasicInfo = res.result; this.towerBasicInfo = res.result;
this.weightSet = res.result.tower.weightSet; this.weightSet = res.result.tower.weightSet;
this.towerBasicInfoDriverList = res.result.driverList; this.towerBasicInfoDriverList = res.result.driverList;
console.log('驾驶员信息',this.towerBasicInfoDriverList)
this.nutHostId = res.result.tower.nutHostId; this.nutHostId = res.result.tower.nutHostId;
realWidth = this.towerBasicInfo.tower.forearmLength; realWidth = this.towerBasicInfo.tower.forearmLength;
realHeight = this.towerBasicInfo.tower.towerHeight; realHeight = this.towerBasicInfo.tower.towerHeight;

View File

@ -267,7 +267,7 @@ export default {
background-color: #396df7; background-color: #396df7;
border-radius: 14px; border-radius: 14px;
color: #fff; color: #fff;
width: 230px; width: 200px;
height: 45px; height: 45px;
line-height: 45px; line-height: 45px;
margin-top:15px; margin-top:15px;
@ -332,9 +332,7 @@ export default {
border-radius:10px; border-radius:10px;
} }
.contentBox{ .contentBox{
padding:20px 20px 20px 0px ; padding:20px 20px 20px 0px ;
box-sizing:box-sizing;
} }
.flex { .flex {
display: flex; display: flex;