修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-17 17:05:56 +08:00
parent 6e84880174
commit 7b1c3fc491
2 changed files with 11 additions and 0 deletions
@@ -587,7 +587,12 @@
::v-deep .itemModel-explain .ant-form-explain { ::v-deep .itemModel-explain .ant-form-explain {
margin-top: 60px margin-top: 60px
} }
::v-deep .ql-tooltip { ::v-deep .ql-tooltip {
z-index: 10 !important; z-index: 10 !important;
} }
::v-deep .ql-snow .ql-picker {
height: 36px;
}
</style> </style>
@@ -275,6 +275,12 @@
mounted() { mounted() {
if (this.evaluatorFeedbackList && this.evaluatorFeedbackList.length > 0) { if (this.evaluatorFeedbackList && this.evaluatorFeedbackList.length > 0) {
this.dataSource = this.evaluatorFeedbackList this.dataSource = this.evaluatorFeedbackList
if (this.dataSource && this.dataSource.length == 1 && this.$route.query.taskDefinitionKey == 'pgrqr') {
this.$nextTick(() => {
let antTableBody = document.getElementsByClassName('ant-table-body')
antTableBody[0].style = 'position:auto'
})
}
if (this.$route.query.taskDefinitionKey != 'pgrqr') { if (this.$route.query.taskDefinitionKey != 'pgrqr') {
this.dataSource.forEach(res => { this.dataSource.forEach(res => {
res.sponsorFeedback = '' res.sponsorFeedback = ''