修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-18 09:43:34 +08:00
parent 7a19582e87
commit 6c192e4783
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -822,7 +822,7 @@ module.exports = {
sendBack: 'Reject',
taskConfirmationProcess: 'Task confirmation process',
notFinished: 'Assigned',
Finished: 'Complete',
Finished: 'Completed',
theRequirementst: 'The engineering interface person confirms the compliance requirements',
dataLoading: 'Data loading...',
Submitting: 'Submitting',
@@ -203,7 +203,7 @@
gatherResultList: [
{
value: 'Underway',
name: this.$t('inProgress')
name: this.$t('Underway')
},
{
value: 'Completed',
@@ -278,7 +278,9 @@
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'
antTableBody[0].style = 'overflow: scroll;max-height: 500px;position: inherit'
let antTableHeader = document.getElementsByClassName('ant-table-header')
antTableHeader[0].style = 'margin-bottom: -8px;padding-bottom: 0px;min-width: 8px;overflow: hidden'
})
}
if (this.$route.query.taskDefinitionKey != 'pgrqr') {