Commit 018ef96e authored by liangliang.wang01's avatar liangliang.wang01 🤸🏽

给承租人独特宽度

parent 9b2a02a8
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div v-if="ListNum != 0" class="billList"> <div v-if="ListNum != 0" class="billList">
<article v-for="(item, index) in massages" :key="item.id" class="article" style="margin-top:10px"> <article v-for="(item, index) in massages" :key="item.id" class="article" style="margin-top:10px">
<img slot="left-icon" src="../../../assets\electronicContract\contract-list.png" class="icon"> <img slot="left-icon" src="../../../assets\electronicContract\contract-list.png" class="icon">
<div slot="name" class="text" style="width: 62%;font-size: 12px;"> <div slot="name" class="text" style="width: 80%;font-size: 12px;">
<div class="cont-type" style="color: #000;font-size: 14px;font-weight:700">承租人:{{ item.customername }} <div class="cont-type" style="color: #000;font-size: 14px;font-weight:700">承租人:{{ item.customername }}
</div> </div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">经销商:{{ item.dealername }}</div> <div class="cont-type" style="color: #5a5959;font-size: 14px">经销商:{{ item.dealername }}</div>
...@@ -33,7 +33,8 @@ ...@@ -33,7 +33,8 @@
<div class="cont-type" style="color: #5a5959;font-size: 14px">机号:{{ item.serialno }}</div> <div class="cont-type" style="color: #5a5959;font-size: 14px">机号:{{ item.serialno }}</div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">租金总额:{{ item.contractamt }}</div> <div class="cont-type" style="color: #5a5959;font-size: 14px">租金总额:{{ item.contractamt }}</div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">租赁开始日:{{ item.leasebgndt }}</div> <div class="cont-type" style="color: #5a5959;font-size: 14px">租赁开始日:{{ item.leasebgndt }}</div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">状态:<span>{{ item.status }}</span></div> <div class="cont-type" style="color: #5a5959;font-size: 14px">状态:<span style="font-weight: 700;
color: rgba(198, 0, 0, 0.5);">{{ item.status }}</span></div>
</div> </div>
<button @click="download(index)">账单下载</button> <button @click="download(index)">账单下载</button>
<router-link :to="{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}"> <router-link :to="{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}">
...@@ -83,10 +84,10 @@ export default { ...@@ -83,10 +84,10 @@ export default {
console.log("请求数据") console.log("请求数据")
// http://sign.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName=getCmbConList // http://sign.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName=getCmbConList
let params = { let params = {
// openId:"oBdoRwAgUiwsQvNGYhBYks6JJLPE", openId:"oBdoRwAgUiwsQvNGYhBYks6JJLPE",
// serialno:"JAEB0T100610", serialno:"JAEB0T100610",
openId: openId, // openId: openId,
serialno: value, // serialno: value,
}; };
// console.log("请求"); // console.log("请求");
vm.hlsPopup.showLoading('请稍候') vm.hlsPopup.showLoading('请稍候')
...@@ -181,11 +182,8 @@ export default { ...@@ -181,11 +182,8 @@ export default {
width: 100%; width: 100%;
word-wrap:break-word; word-wrap:break-word;
} }
:nth-child(8){ :nth-child(1){
span{ width: 200px;
font-weight: 700;
color: rgba(198, 0, 0, 0.5);
}
} }
} }
.icon { .icon {
...@@ -207,13 +205,13 @@ export default { ...@@ -207,13 +205,13 @@ export default {
} }
button { button {
position: absolute; position: absolute;
top: 15px; top: 12px;
right: 5px; right: 5px;
width: 75px; width: 75px;
height: 25px; height: 25px;
font-size: 14px; font-size: 14px;
background-color: #cecece; background-color: #d1d1d1;
border: 2px solid #999999; border: 2px solid #dcd0d0;
border-radius: 5px; border-radius: 5px;
}; };
.more { .more {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment