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

给承租人独特宽度

parent 9b2a02a8
......@@ -24,7 +24,7 @@
<div v-if="ListNum != 0" class="billList">
<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">
<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>
<div class="cont-type" style="color: #5a5959;font-size: 14px">经销商:{{ item.dealername }}</div>
......@@ -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.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">状态:<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>
<button @click="download(index)">账单下载</button>
<router-link :to="{name:'CmbPolyPayDetail',query:{contractno:item.contractno}}">
......@@ -83,10 +84,10 @@ export default {
console.log("请求数据")
// http://sign.hitachics.com/core/r/api?sysName=HCL_UPLOAD_FILE&apiName=getCmbConList
let params = {
// openId:"oBdoRwAgUiwsQvNGYhBYks6JJLPE",
// serialno:"JAEB0T100610",
openId: openId,
serialno: value,
openId:"oBdoRwAgUiwsQvNGYhBYks6JJLPE",
serialno:"JAEB0T100610",
// openId: openId,
// serialno: value,
};
// console.log("请求");
vm.hlsPopup.showLoading('请稍候')
......@@ -181,11 +182,8 @@ export default {
width: 100%;
word-wrap:break-word;
}
:nth-child(8){
span{
font-weight: 700;
color: rgba(198, 0, 0, 0.5);
}
:nth-child(1){
width: 200px;
}
}
.icon {
......@@ -207,13 +205,13 @@ export default {
}
button {
position: absolute;
top: 15px;
top: 12px;
right: 5px;
width: 75px;
height: 25px;
font-size: 14px;
background-color: #cecece;
border: 2px solid #999999;
background-color: #d1d1d1;
border: 2px solid #dcd0d0;
border-radius: 5px;
};
.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