mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-01 06:21:56 +08:00
倒序
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
|
||||
<pagination
|
||||
v-show="total>0"
|
||||
:total="total"
|
||||
@@ -252,7 +252,9 @@ export default {
|
||||
createdBy: null,
|
||||
modifiedBy: null,
|
||||
isDeleted: null,
|
||||
isCycle: null
|
||||
isCycle: null,
|
||||
orderByColumn:"id",
|
||||
isAsc:"desc",
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
|
||||
Reference in New Issue
Block a user