Merge remote-tracking branch 'origin/dev_2nd_LCYH' into dev_2nd_LCYH
This commit is contained in:
@@ -83,6 +83,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 241
|
||||
},
|
||||
{
|
||||
@@ -90,6 +91,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'taskDefinitionKeyName',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 208
|
||||
},
|
||||
{
|
||||
@@ -118,6 +120,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 108
|
||||
},
|
||||
// {
|
||||
@@ -349,9 +352,9 @@
|
||||
tableOnChange(pagination, filters, sorter) {
|
||||
this.orderBy = sorter.order == 'ascend' ? '1' : '2'
|
||||
if (sorter.columnKey == 'flowTypeShow') {
|
||||
this.orderByField = 'flowType'
|
||||
this.orderByField = 'flow_type'
|
||||
} else if (sorter.columnKey == 'taskDefinitionKeyName') {
|
||||
this.orderByField = 'taskDefinitionKey'
|
||||
this.orderByField = 'task_definition_key'
|
||||
} else {
|
||||
this.orderByField = sorter.columnKey
|
||||
}
|
||||
|
||||
@@ -426,9 +426,9 @@
|
||||
tableOnChange(pagination, filters, sorter) {
|
||||
this.orderBy = sorter.order == 'ascend' ? '1' : '2'
|
||||
if (sorter.columnKey == 'flowTypeShow') {
|
||||
this.orderByField = 'flowType'
|
||||
this.orderByField = 'flow_type'
|
||||
} else if (sorter.columnKey == 'taskDefinitionKeyName') {
|
||||
this.orderByField = 'taskDefinitionKey'
|
||||
this.orderByField = 'task_definition_key'
|
||||
} else {
|
||||
this.orderByField = sorter.columnKey
|
||||
}
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'flowTypeShow',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 241
|
||||
},
|
||||
{
|
||||
@@ -95,6 +96,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'taskDefinitionKeyName',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 208
|
||||
},
|
||||
{
|
||||
@@ -116,6 +118,7 @@
|
||||
align: 'left',
|
||||
dataIndex: 'endTime',
|
||||
ellipsis: true,
|
||||
sorter: true,
|
||||
width: 108
|
||||
},
|
||||
// {
|
||||
@@ -342,9 +345,9 @@
|
||||
tableOnChange(pagination, filters, sorter) {
|
||||
this.orderBy = sorter.order == 'ascend' ? '1' : '2'
|
||||
if (sorter.columnKey == 'flowTypeShow') {
|
||||
this.orderByField = 'flowType'
|
||||
this.orderByField = 'flow_type'
|
||||
} else if (sorter.columnKey == 'taskDefinitionKeyName') {
|
||||
this.orderByField = 'taskDefinitionKey'
|
||||
this.orderByField = 'task_definition_key'
|
||||
} else {
|
||||
this.orderByField = sorter.columnKey
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user