+
+
查看更多
+收起列表
上传附件(收据)
@@ -198,6 +200,10 @@
pass: "true",
comment: "同意",
templateList:[],
+
+ listLength:1,
+ showbtn:true,
+
};
},
created() {
@@ -212,6 +218,19 @@
this.getTemplateList();
},
methods: {
+ openItem(){
+
+ this.listLength = this.listLength+5;
+
+ if (this.listLength > this.chargeItme.length){
+
+ this.listLength = this.chargeItme.length;
+
+ this.showbtn = false;
+
+ }
+
+ },
getTemplateList(){
let templateQueryParams = {
// 分页
@@ -366,6 +385,17 @@
.app-container {
padding: 2% 0;
}
+ .main_more{
+ width: 96%;
+ margin: 0 auto;
+ margin-top: 10px;
+ border-radius: 6px;
+ box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
+ overflow: hidden;
+ background-color: #FFF;
+ text-align: center;
+ padding: 10PX 0;
+ }
.main_title{
font-size: 0.4rem;
color: #1D6FE9;