Merge remote-tracking branch 'origin/master'
Showing
6 changed files
with
69 additions
and
19 deletions
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment
... | ... | @@ -37,7 +37,7 @@ |
table{ | ||
border-width: 0; | ||
} | ||
table,td,tr,.el-col,.title{ | ||
table,tr,.el-col,.title{ | ||
border-color: #E6E6E6 !important; | ||
} | ||
.el-table th{ | ||
... | ... |
... | ... | @@ -537,7 +537,6 @@ |
if(this.$store.state.gyfsList.length>0){ | ||
this.gyfs=this.$store.state.gyfsList[0].bsm; | ||
} | ||
}, | ||
}; | ||
</script> | ||
... | ... |