Compare commits
No commits in common. "34b1054ccc66690dd2974ea55d56290e5f353f2a" and "ce552b3e0ee0aab1cc15480b926a477db4950559" have entirely different histories.
34b1054ccc
...
ce552b3e0e
|
@ -5,7 +5,8 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
.projectDetailsItem{
|
.projectDetailsItem{
|
||||||
margin: 10px 20px 10px 20px;
|
height: 18%;
|
||||||
|
margin: 20px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
@ -13,10 +14,6 @@
|
||||||
line-height: 65px;
|
line-height: 65px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
.projectDetailsIndex{
|
.projectDetailsIndex{
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
line-height: 44rpx;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
.content{
|
.content{
|
||||||
color: #9b9b9f;
|
color: #9b9b9f;
|
||||||
}
|
}
|
||||||
|
@ -38,16 +35,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px
|
||||||
.projectDetailsTableIndex{
|
|
||||||
display: flex;
|
|
||||||
justify-content: flex-end;
|
|
||||||
text-align: center;
|
|
||||||
view{
|
|
||||||
width: 70px;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -60,12 +48,6 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.nutPopup{
|
|
||||||
width: 300px;
|
|
||||||
height: 100px;
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,26 +1,11 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="projectDetails">
|
<view class="projectDetails">
|
||||||
<view class="projectDetailsItem" style="line-height: 50rpx">
|
|
||||||
<view>
|
|
||||||
<view style="display: flex;justify-content: space-between">
|
|
||||||
<text style="font-size: 18px">{{ nameValue ? nameValue : '' }}{{ '-----' + detailsList?.name }}项目</text>
|
|
||||||
<!-- <text>进行中</text>-->
|
|
||||||
</view>
|
|
||||||
<view>
|
|
||||||
<view style="float: left;width: 50%;" class="content">
|
|
||||||
经理名称:{{ detailsList?.projectManagerMiniProgramUserInfo.name }}
|
|
||||||
</view>
|
|
||||||
<view class="content">手机号:{{ detailsList?.projectManagerMiniProgramUserInfo.telephone }}</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
</view>
|
|
||||||
<view class="projectDetailsItem">
|
<view class="projectDetailsItem">
|
||||||
|
<view style="display: flex;justify-content: space-between">
|
||||||
|
<text style="font-size: 18px">{{ nameValue ? nameValue : '' }}{{ '-----' + detailsList?.name }}项目</text>
|
||||||
|
<!--<text>进行中</text>-->
|
||||||
|
</view>
|
||||||
<view class="projectDetailsIndex">
|
<view class="projectDetailsIndex">
|
||||||
<nut-row>
|
|
||||||
<nut-col :span="24">
|
|
||||||
<view class="content">保安证件号:{{ detailsList?.idNumber }}</view>
|
|
||||||
</nut-col>
|
|
||||||
</nut-row>
|
|
||||||
<nut-row>
|
<nut-row>
|
||||||
<nut-col :span="12">
|
<nut-col :span="12">
|
||||||
<view class="content">工作人员数量:{{ detailsList?.staffTotal }}</view>
|
<view class="content">工作人员数量:{{ detailsList?.staffTotal }}</view>
|
||||||
|
@ -38,7 +23,10 @@
|
||||||
</nut-col>
|
</nut-col>
|
||||||
</nut-row>
|
</nut-row>
|
||||||
<nut-row>
|
<nut-row>
|
||||||
<nut-col :span="4">
|
<nut-col :span="16">
|
||||||
|
<view class="content">证件号:{{ detailsList?.idNumber }}</view>
|
||||||
|
</nut-col>
|
||||||
|
<nut-col :span="8">
|
||||||
<view class="content">户数:{{ detailsList?.houseTotal }}</view>
|
<view class="content">户数:{{ detailsList?.houseTotal }}</view>
|
||||||
</nut-col>
|
</nut-col>
|
||||||
</nut-row>
|
</nut-row>
|
||||||
|
|
Loading…
Reference in New Issue