Commit 98ca0260 authored by liangliang.wang01's avatar liangliang.wang01 🤸🏽

5月11日UI调整

parent ba7e2f7b
......@@ -18,7 +18,7 @@
<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>
<div class="cont-type" style="color: #5a5959;font-size: 14px">代理店{{ item.dealername }}</div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">产品名称:{{ item.modelname }}</div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">合同号:{{ item.contractno }}</div>
<div class="cont-type" style="color: #5a5959;font-size: 14px">机号:{{ item.serialno }}</div>
......
......@@ -57,9 +57,6 @@ export default {
recamt_id: '', // 获得的账单二维码
counter:[15,30,1],//前十次请求间隔,后十次请求间隔,间隔一/二
}
},
computed: {
},
created () {
// 当数据拿到之后给checked初始值;
......@@ -69,8 +66,6 @@ export default {
this.contractno = name;
this.getData();
},
beforeMount () {
},
methods: {
getData () {
console.log("获取最新账单");
......@@ -458,13 +453,6 @@ export default {
transform: translateX(-50%);
// background-color:#72a03c ;
}
// .load{
// // ../../../assets\image
// background-image: url(../../../assets\image);
// }
// .erm {
// background-image: none;
// }
}
}
......
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