修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-19 17:42:18 +08:00
parent aaf2280fb0
commit 77ba4c2b00
25 changed files with 177 additions and 1 deletions
@@ -355,7 +355,7 @@
},
initiatingProcessClick() {
this.$router.push({
path:'/initiateDocumentComparison'
path: '/initiateDocumentComparison'
})
// let newUrl = this.$router.resolve({
// path: '/initiateDocumentComparison'
@@ -489,4 +489,12 @@
color: red;
margin-right: 4px;
}
::v-deep .ant-table-row:first-child {
background: #fff!important;
}
::v-deep .ant-table-body {
background: transparent!important;
}
</style>