|
|
@@ -73,7 +73,6 @@ export default {
|
|
|
this.empty = !res.data.length;
|
|
|
content.pageNumber = res.pageNumber + 1;
|
|
|
content.pageTotal = res.pageTotal;
|
|
|
-
|
|
|
let list = res.data.map(v => {
|
|
|
switch (v.sourcetable) {
|
|
|
case "w_eventid":
|
|
|
@@ -118,6 +117,7 @@ export default {
|
|
|
border-radius: 4px;
|
|
|
margin: 10px auto 0;
|
|
|
overflow: hidden;
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
|
.billno {
|
|
|
color: #004684;
|