瀏覽代碼

时间排序

zhengnaiwen_citu 2 月之前
父節點
當前提交
8510d32da7
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/sandbox/sandboxList.vue
  2. 1 1
      src/views/sandbox/sandboxRules.vue

+ 1 - 1
src/views/sandbox/sandboxList.vue

@@ -50,7 +50,7 @@ export default {
       total: 0,
       orders: [{
         asc: false,
-        column: 'performance_solution_id'
+        column: 'create_date'
       }],
       pageInfo: {
         current: 1,

+ 1 - 1
src/views/sandbox/sandboxRules.vue

@@ -56,7 +56,7 @@ export default {
       total: 0,
       orders: [{
         asc: false,
-        column: 'performance_solution_id'
+        column: 'create_date'
       }],
       pageInfo: {
         current: 1,