修改禅道已知bug
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user