|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<div class="iApp">
|
|
|
- <div class="history">
|
|
|
- <div class="btn" @click="toHistory">
|
|
|
- <span>开票历史</span>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
<div class="log_list" :style="{ height: height }">
|
|
|
+ <div class="history">
|
|
|
+ <div class="btn" @click="toHistory">
|
|
|
+ <span>开票历史</span>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<div class="list_box" v-for="(item, index) of list" :key="index">
|
|
|
<div class="list_item flex_r flex_jb">
|
|
|
<checkbox-group
|
|
|
@@ -129,7 +129,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- toHistory(){
|
|
|
+ toHistory() {
|
|
|
this.goto("/pagesB/invoice/invoiceList");
|
|
|
},
|
|
|
toEditinvoice() {
|
|
|
@@ -161,25 +161,26 @@ export default {
|
|
|
.iApp {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- .history {
|
|
|
- display: flex;
|
|
|
- justify-content: flex-end;
|
|
|
- // background-color: red;
|
|
|
- align-items: center;
|
|
|
- margin-right: 30rpx;
|
|
|
- margin-top: 30rox;
|
|
|
- height: 100rpx;
|
|
|
- .btn {
|
|
|
- padding: 10rpx 20rpx;
|
|
|
- background-color: #2db389;
|
|
|
- border-radius: 10rpx;
|
|
|
- span{
|
|
|
- color: #fff;
|
|
|
+
|
|
|
+ .log_list {
|
|
|
+ padding: 0rpx 32rpx 32rpx;
|
|
|
+ .history {
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ // background-color: red;
|
|
|
+ align-items: center;
|
|
|
+ margin-right: 30rpx;
|
|
|
+ margin-top: 30rox;
|
|
|
+ height: 100rpx;
|
|
|
+ .btn {
|
|
|
+ padding: 10rpx 20rpx;
|
|
|
+ background-color: #2db389;
|
|
|
+ border-radius: 10rpx;
|
|
|
+ span {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
- .log_list {
|
|
|
- padding:0rpx 32rpx 32rpx;
|
|
|
overflow: scroll;
|
|
|
.log_title {
|
|
|
line-height: 40rpx;
|