Commit 65d78a25 authored by “lixuyan”'s avatar “lixuyan”

修改工序的排序

parent e96329fe
...@@ -673,8 +673,8 @@ export default { ...@@ -673,8 +673,8 @@ export default {
'openProps': [], 'openProps': [],
'sortItem': [ 'sortItem': [
{ {
'fieldName': 'modifyTime', 'fieldName': 'code',
'sortOrder': 'desc' 'sortOrder': 'asc'
} }
] ]
} }
......
...@@ -712,8 +712,8 @@ export default { ...@@ -712,8 +712,8 @@ export default {
'openProps': [], 'openProps': [],
'sortItem': [ 'sortItem': [
{ {
'fieldName': 'modifyTime', 'fieldName': 'code',
'sortOrder': 'desc' 'sortOrder': 'asc'
} }
] ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment